Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 241 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 241 Bytes

avl-receiver

AVL = automatic vehicle locator

This tool hosts a tcp server to which supported AVL devices can connect and communicate.

Instructions to run

docker build . -t avl-receiver
docker run -p 9000:9000 -v avl-receiver