Skip to content

Elixir/OTP application to read data from serial device and stream it to file and TCP clients.

License

Notifications You must be signed in to change notification settings

cboyer/serial-dispatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serial-dispatch

Elixir/OTP application to read data from serial device (initially written for OBD2 data) and stream it to file and TCP clients. This application relies on Circuits.UART library.

Clone this repository:

git clone https://github.com/cboyer/serial-dispatch

Configure your device in config/config.exs with device:. You can list all connected devices with Circuits.UART.enumerate once compiled and change it later.

@device %{description: "Arduino Due", manufacturer: "Arduino LLC", product_id: 62, vendor_id: 9025}

Compile:

cd serial-dispatch
mix deps.get
mix compile

Run:

iex -S mix

About

Elixir/OTP application to read data from serial device and stream it to file and TCP clients.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages