Skip to content

acarsGuy/dumphfdl-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dumphfdl-Frontend

A simple web frontend for dumphfdl and dumpvdl2

Features

  • Live Messages
  • Log file Viewer
  • No external HTTP-Server needed (using Python's SimpleHTTP-Server)

Useage

  • Add a JSON log file to your dumphfdl command ("--output decoded:json:file:path=/home/pi/hfdl.log")
  • Add ZMQ output to your dumphfdl command ("--output decoded:json:zmq:mode=server,endpoint=tcp://*:5555")
  • Run dumphfdl
  • Start server.py
  • Open "http://:8000/" in your browser

HTTP port (default: 8000) and log file path (default: /home/pi/hfdl.log) can be set in settings.py This might be necessary

TODO

  • Many things could be made better (Ugly hack)
  • VDLM2 X25 messages are not fully implemented

Credits

This software uses: