Sign inSign up

user2684/messagebridge

By user2684

Updated over 7 years ago

WirelessThings Message Bridge for Language of Things message between Serial and UDP networks

Image
0

919

user2684/messagebridge repository overview

WirelessThings Message Bridge

MessageBridge is part of the WirelessThings (former Ciseco) LaunchPad suite and is used to provides a Message Bridge for Language of Things message between Serial and UDP networks. On the serial side it talks strict Language of Things, on the UDP network it encodes/decodes the Language of Things messages using a JSON packet.

WirelessThings LaunchPad: https://github.com/WirelessThings/WirelessThings-LaunchPad

Docker Image Features

  • Serial port can be customized by setting the environment variable SERIAL_PORT (otherwise the default /dev/ttyAMA0 is used)
  • Expose port 50141/udp
  • Expose CVS logs directory at /MessageBridge/CVSLogs

How to Run It

docker run --rm --privileged -p 50141:50141/udp -e SERIAL_PORT=/dev/ttyAMA0 user2684/messagebridge

Tags

Tag summary

Content type

Image

Digest

Size

23.2 MB

Last updated

over 7 years ago

docker pull user2684/messagebridge