anthill / 6brain

0 stars 3 forks source link

Stop listening to event other sensors can emit messages to #32

Open DavidBruant opened 8 years ago

DavidBruant commented 8 years ago

As in https://github.com/anthill/6brain/blob/63e277eac9963f08f8b56ca3474e7dabc20ba7eb/index.js#L193 This contains the risk that if a person takes control of a sensor, they can send messages to all sensors.

Message types between sensor and server should be prefixed with an unguessable per-sensor prefix at least.