Changes between Version 2 and Version 3 of SpecificIdeasFromEric
- Timestamp:
- 09/01/2007 08:04:01 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SpecificIdeasFromEric
v2 v3 3 3 4 4 == Architecture == 5 I am REALLY favoring a distributed system based on the network. It could become a centralized system in some cases. 5 I am REALLY favoring a distributed system based on the network. It could become a centralized system in some cases. All it does is reuse existing architecture and make devices smart enough to communicate with the computers. It would be very extensible. 6 6 7 7 General idea: … … 14 14 * we might use SNMP - using it would not require the zeroconf mechanism (I think) 15 15 * dumb devices 16 * these devices should be able to be manufactured cheaply 16 17 * not network savvy 17 18 * would be connected to a smart device and use a simple protocol for communication … … 21 22 * You would have smart devices that were similar to access points 22 23 * they could connect to dumb devices using any means (serial cable, USB, Bluetooth, Firewire, etc.) 24 * All devices could implement more protocols and could share their features on the Zeroconf network. 25 * devices could then communicate with each other in whatever protocol they wanted (makes it extensible)