Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 2.18 KB

README.md

File metadata and controls

62 lines (40 loc) · 2.18 KB

NMS Display Control Software for Vorne Industries M1000 Displays

Author: Sylphrena Kleinsasser

Developed for North Mountain Supply, LLC

This program uses Flask to host a web server that controls Vorne M1000 displays over serial. Includes friendly configuration menus, user management, and a module to connect to the Shipstation API to display order data. Uses a SQLite database to store userdata, logs, and settings. Allows users to set power timeout to conserve power at night. Setup documentation is included in setup.md.

Dependancies (that aren't included):

Install by running the command pip3 install flask schedule pyserial in your terminal.

Screenshots:


NMS Display Control Software Login Page

Login Page


NMS Display Control Software Control Page

Display Control Page


NMS Display Control Software User Settings Page

User Settings Page


NMS Display Control Software Configuration Page

Configuration Page


NMS Display Control Software Debugging Page

Debugging Page


NMS Display Control Software User Management Page

User Management Page