Hi,
Im building system consist of few microcontrollers (sensors/keyboards/leds) and server with windows c# app.
All these devices communicates through TCP sockets for now. But client want to secure this system for prevent rogue devices sending communicates to server and making "nois" in system.
Im wondering what simple mechanism will be the best for this case? I only need auth device but sending messages can be visible (transmitted data contains parameters from keyboard or sensors).
Please give me some suggestions for that
PS Filtering on network devices isnt possible.
K.
Im building system consist of few microcontrollers (sensors/keyboards/leds) and server with windows c# app.
All these devices communicates through TCP sockets for now. But client want to secure this system for prevent rogue devices sending communicates to server and making "nois" in system.
Im wondering what simple mechanism will be the best for this case? I only need auth device but sending messages can be visible (transmitted data contains parameters from keyboard or sensors).
Please give me some suggestions for that
PS Filtering on network devices isnt possible.
K.