I am trying to establish communication between laptop and RPI. So far, I have used python and socket programming to do that. Now, instead of using actual sensors, I want to simulate sensor behavior by which sensor data can be sent from laptop to RPI.
So far I came across some options to do it:
- Using IMB Bluemix IoT simulator or
- Using simple python scripts to create sensor data or
- Using simulink sensor models
Can anyone give me a better idea or any comment about these options please?