IOT controller for Raspberry Pi

James

I am new to the IoT world and would like to do a simple prototype to understand it better. My use case is to connect a IoT device to my existing Application.

I am looking at the following communication scenario:

Raspberry Pi <---> Server (which will run the IoT Controller) <---> websocket to my application backend running on the same server <---> Rest API interface between my application backend and frontend to control the Pi

To make the above explicit, Raspberry Pi through the network talks to an IoT controller running in a server. The IoT controller talks to an application backend running on the same server using websocket. The application backend and frontend communicate via REST APIs. From the UI I will control the Pi.

I googled a lot, but find the choices confusing.

It would be much appreciated if I get a pointer an open source or free trial version of a commercial IoT controller solution to experiment and understand.

Thanks

Ccr

I have successfully established communication between server and my raspberry pi using FAYE. Faye can be used as a server sent event and is available for different languages. I used it with ruby. My raspberry pi client was also using ruby for this purpose.

https://faye.jcoglan.com/

https://github.com/faye/faye

I dont know about the open source software that does this, but with faye you can easily build one.

happy new year :)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Raspberry pi 2 IoT

From Dev

IoT Raspberry Pi Sensor Tag

From Dev

Saving files on Raspberry PI with Windows IoT

From Dev

Advice about Azure IoT hub and raspberry pi

From Dev

Using Thermocouple with Raspberry Pi running Windows IoT

From Dev

IBM IoT Raspberry Pi Connection refused not authorized

From Dev

RFID RC522 Raspberry PI 2 Windows IOT

From Dev

Windows 10 IoT Raspberry Pi 2: Autostart published Application

From Dev

Visual C++ console apps on Windows IoT with Raspberry Pi 2

From Dev

raspberry pi 2 windows iot remote debugger does not appear to be running

From Dev

Building DefaultApp for Raspberry PI 2 - Windows 10 IoT

From Dev

How to get the processor serial number of Raspberry PI 2 with Windows IOT

From Dev

Forgot Windows 10 IOT Password For Raspberry Pi 2

From Dev

windows IoT compatible wifi dongle not recognised on raspberry PI 2

From Dev

play wav file in Raspberry Pi with Windows 10 IOT Core

From Dev

Built in Bluetooth on Raspberry Pi 3 Windows IoT - adapter not found

From Dev

mosquitto and ibm watson iot on raspberry pi Connection Refused

From Dev

Raspberry Pi Web Simulator Connection Error to Azure IoT Hub

From Dev

IoT using Google Cloud Service IoT solutions (Weave): How to connect Raspberry Pi and lighting the LED?

From Dev

Nginx Ingress Controller Docker image for ARM32 (Raspberry Pi)

From Dev

Windows 10 UAP determine if device is IoT (e.g. Raspberry Pi 2)

From Dev

IoT Python app with a Raspberry Pi and Bluemix: Cannot turn on/off lights and send message using the button

From Dev

IoT Python app with a Raspberry Pi and Bluemix: Pushing the button doesn't work

From Dev

Using the Windows 10 IoT Core Raspberry Pi 2 Onboard UART for serial io?

From Dev

Run one program from another, Raspberry Pi 2 Windows 10 IoT

From Dev

How to run phone-gap application on raspberry pi 2 on Windows 10 IoT

From Dev

how to access image captured from webcam on raspberry pi windows 10 iot

From Dev

Raspberry pi - How to use Arduino Nano CH340 with Windows IOT

From Dev

"iot_tls_connect L#143 TCP Connection Error" using basic AWS example with Raspberry Pi

Related Related

  1. 1

    Raspberry pi 2 IoT

  2. 2

    IoT Raspberry Pi Sensor Tag

  3. 3

    Saving files on Raspberry PI with Windows IoT

  4. 4

    Advice about Azure IoT hub and raspberry pi

  5. 5

    Using Thermocouple with Raspberry Pi running Windows IoT

  6. 6

    IBM IoT Raspberry Pi Connection refused not authorized

  7. 7

    RFID RC522 Raspberry PI 2 Windows IOT

  8. 8

    Windows 10 IoT Raspberry Pi 2: Autostart published Application

  9. 9

    Visual C++ console apps on Windows IoT with Raspberry Pi 2

  10. 10

    raspberry pi 2 windows iot remote debugger does not appear to be running

  11. 11

    Building DefaultApp for Raspberry PI 2 - Windows 10 IoT

  12. 12

    How to get the processor serial number of Raspberry PI 2 with Windows IOT

  13. 13

    Forgot Windows 10 IOT Password For Raspberry Pi 2

  14. 14

    windows IoT compatible wifi dongle not recognised on raspberry PI 2

  15. 15

    play wav file in Raspberry Pi with Windows 10 IOT Core

  16. 16

    Built in Bluetooth on Raspberry Pi 3 Windows IoT - adapter not found

  17. 17

    mosquitto and ibm watson iot on raspberry pi Connection Refused

  18. 18

    Raspberry Pi Web Simulator Connection Error to Azure IoT Hub

  19. 19

    IoT using Google Cloud Service IoT solutions (Weave): How to connect Raspberry Pi and lighting the LED?

  20. 20

    Nginx Ingress Controller Docker image for ARM32 (Raspberry Pi)

  21. 21

    Windows 10 UAP determine if device is IoT (e.g. Raspberry Pi 2)

  22. 22

    IoT Python app with a Raspberry Pi and Bluemix: Cannot turn on/off lights and send message using the button

  23. 23

    IoT Python app with a Raspberry Pi and Bluemix: Pushing the button doesn't work

  24. 24

    Using the Windows 10 IoT Core Raspberry Pi 2 Onboard UART for serial io?

  25. 25

    Run one program from another, Raspberry Pi 2 Windows 10 IoT

  26. 26

    How to run phone-gap application on raspberry pi 2 on Windows 10 IoT

  27. 27

    how to access image captured from webcam on raspberry pi windows 10 iot

  28. 28

    Raspberry pi - How to use Arduino Nano CH340 with Windows IOT

  29. 29

    "iot_tls_connect L#143 TCP Connection Error" using basic AWS example with Raspberry Pi

HotTag

Archive