Questions tagged [iot]
The iot tag has no summary.
31 questions
1
vote
3
answers
139
views
How should we design an IoT platform that handles dynamic device schemas and time-series ingestion at scale (100K writes/min)? [closed]
We’re a small dev team (3 full-stack web devs + 1 mobile dev) working on a B2B IoT monitoring platform for an industrial energy component manufacturer. Think: batteries, inverters, chargers. We have 3 ...
1
vote
1
answer
197
views
Storing 100k keys for bulk retrieval from Azure
We're setting up a device-to-cloud channel using TLS-PSK (Pre-Shared Key), where each device uses a unique key to encrypt communications.
Each key is known only to the individual device that uses it ...
0
votes
2
answers
217
views
Sending data from server to a client with dynamic IP address in IoT system
I'm trying to design and implement an IoT system in which users would be able to control their smart devices (lightbulbs etc.) through smartphone application. The control messages flow would be like ...
1
vote
1
answer
113
views
Modeling properties of related entities
I have the following entity relationship.
A {state: ON | OFF} => B {state: ON | OFF} => C {state: ON | OFF}
So, in this case, B is a child of A, and C is a child of B. Moreover, they all share ...
0
votes
1
answer
134
views
How to establish communication between devices on separate local networks?
There is a number of devices with Internet access but they are on LANs and have no public IPs. As time goes by more devices will be added.
I need to be able to communicate with each device on demand (...
1
vote
0
answers
156
views
How to handle storing of arbitrary data in an application enablement platform
I'm working on an AEP in the IoT space, where we've created a few domain-specific entities to allow users to model their data. Each entity has both a type and instances of that entity. These are:
...
1
vote
2
answers
264
views
Connecting classes by passing method references
I am trying to find a good way of allowing two objects that are separated by a intermediate object to communicate while keeping the architecture loosely coupled. A solution I have developed is to pass ...
-2
votes
2
answers
196
views
Automatic deployment concept for remote iot devices
I am working on a relatively large project that could include +1000 iot devices, in this case probably a Raspberry Pi. So far I only experimented with ~ 20 - 30 devices but the concept should be the ...
1
vote
3
answers
450
views
How should I manage secrets for applications deployed on servers I do not control?
Problem description
I have an IoT app that provides a server backend and browser UI client for interfacing with proprietary control systems. Some deployments of this application will require that the ...
12
votes
5
answers
4k
views
How can I discover a local network appliance and connect to its built-in webserver?
This question is vaguely Internet of Things (IoT) related - but it's about the intra-net (no external internet connection in this scenario - we are air-gapped). Let's say I have a new smart household ...
-3
votes
1
answer
100
views
What exactly is Software Development for IoT? [closed]
I am looking forward to understanding what software development for IoT is all about.
What exactly is software engineering for IoT all about?
How different is it from the traditional software ...
-3
votes
1
answer
3k
views
Difference between read and write access (data, IoT)
i am a lawyer and currently writing an essay about data access in ioT environments. I often stumble over the distinction between read access and write access. Could someone provide me with an example, ...
2
votes
1
answer
70
views
Need advice on approach for IOT project
I need some advice on an IOT project I am working on. Here are some details about what I am trying to do:
Use Case:
Periodically receive data from the 3rd party vendor API in real time and allow users ...
0
votes
1
answer
63
views
IOT data interpretation
This is a more architectural question and I am hoping to get more ideas out of this thread. I have a computer vision model detecting daily life activities and sending data to the server every second. ...
1
vote
0
answers
162
views
IoT Data Model Standards
I am currently trying to model IoT devices within buildings. I could start from scratch and develop the data model myself, but this seems like a common problem which will have been solved multiple ...