FaradayRF / Faraday-Software

Faraday node software
https://www.faradayrf.com
Other
48 stars 19 forks source link

Move Hermes Messaging Server to be a Module #189

Closed kb1lqc closed 7 years ago

kb1lqc commented 7 years ago

Per Issue #185 this PR moves the hermes application into an executable module within the faraday/ folder. Tested with hardware to work using Rev D1 Faraday radios.

Note: I used git mv to move the original Applications/Hermes/hermesflaskserver.py to faraday/hermesflaskserver.py as seen in commit dfe2cee but for some reason Github shows this in the diff as me just obliterating the original files and updating to what they are. Therefore it doesn't appear like I did a nice clean move when I actually did.