Sunday, February 12, 2012

Sun., Feb. 12th

At home today, I did extensive server-side coding in model.py (and some more in utils.py and nmea.py) to work towards the point where the server will be able to appropriately configure and monitor the GPS module on startup, and, once time lock has been acquired, control the FEDM & CTU appropriately to start the run.  The coding work to accomplish this is maybe only 50% complete at this point, and even what's written still has yet to be tested.  Continue working on this over the course of this week.

One interesting point:  I decided to implement a "HOST " command that will cause the Wi-Fi module to pass the remainder of the command through to the sensor node host instead of trying to interpret it itself.  This is good because it means I won't have to keep making change after change to the Wi-Fi module's code to teach it about any new host commands, after this one.  However, the Wi-Fi script's support for this particular command still needs to be written.

No comments:

Post a Comment