IoTone / ProjectMagNET

Project Mag*NET is an IoT data sync and control app + distributed server for iot data
https://iotone.github.io/projectmagnet.github.io/
Apache License 2.0
0 stars 1 forks source link

Implement Hyperlocal network transport switching/discovery #55

Open truedat101 opened 3 months ago

truedat101 commented 3 months ago

Instead of thinking about infrastructure only, networks, data, service, capabilities are all hyperlocal. Start thinking in terms of the overlapping of network transports and types of networks that are found. You should be able to discover the network transport sources and distinguish between the hyperlocal range (1-1000+) and use this as a mechanism for filtering, and also handling context switching:

Hyperlocal context range

Scenarios

In every case the networks available and service will change. Currently our TCP/IP networks are still very dumb and don't really do anything to advertise services, and most discovery mechanisms are proprietary or are OS specific.

So in the cases above, how would we manage : security, advertisement of services, discovery of services, utilization of services.

truedat101 commented 3 months ago

In the spirit of AI, AI needs contextual awareness badly. Contextually aware devices can do a better job at not doing a bad job at asking for the right things from AI models and Agents.