Sign inSign up

fitiotlab/iot-lab-websocket

By fitiotlab

Updated almost 4 years ago

Docker image containing the IoT-LAB websocket application

Image
0

1.3K

fitiotlab/iot-lab-websocket repository overview

IoT-LAB websocket tools

CI

This application provides a redirection mecanism between the TCP server running on an IoT-LAB node to websockets clients.

The websocket clients can be started from a web page thus this application allows interacting with the serial port of an IoT-LAB node from a browser.

The application supports Python 3.6+.

Installation

Install using pip:

pip install . --pre

How to use

  • Start the websocket server from the command line:

    iotlab-websocket-service --use-local-api --token token
    
  • Start the websocket client:

    iotlab-websocket-client --insecure --api-protocol http  --node localhost.local --exp-id 123
    

Tag summary

Content type

Image

Digest

sha256:75ba887d2

Size

53.2 MB

Last updated

almost 4 years ago

docker pull fitiotlab/iot-lab-websocket