AL333Z / arduino-udp-msgservice

A message-passing library, to bridge serial port data to UDP messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arduino-udp-msgservice

A message-passing library, to bridge serial port data to UDP messages.

Most of this code is taken and adapted from the course Embedded Systems Programming, Unibo 2014/2015

##What is this

ArduinoMsgBridgeService is an example of a message passing bridge that supports comunication from multiple serial ports to Multicast UDP.

##Up and running Launch ArduinoMsgBridgeService, with a list of serial ports as arguments.

java -Djava.net.preferIPv4Stack=true -jar bridge.jar /dev/cu.usbmodem1421

For a concrete running example, see play-parking-pi and arduino-parking.

About

A message-passing library, to bridge serial port data to UDP messages.


Languages

Language:Java 100.0%