Tool/software: Linux
I'm trying to build a collector application , i already know there's a linux host application that works as a collector , the Application establishes a local web server, to which the user can connect through a web browser, to monitor and control the network devices.
Now what i'm trying to get rid of that web browser thing , and create something like a simple GUI to run on linux , which would only be responsible for displaying the data incoming from the Sensor .
I tried first to write some code from scratch that open a serial port and receive some data through it , but that didn't seem to work , i wonder if the idea is right at the first place !!
Now what i think i should do is to use the collector.c ( from example folder ) as the core of the GUI and that should work fine , but i don't think that's very true
So does anyone has any ideas or suggestions ? or is there already a TI app that runs web server that user connects to through web browser ?