Changes RSS

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

projects:tempdude [2010/02/03 21:11]
fishy
projects:tempdude [2010/02/03 22:34] (current)
fishy
Line 21: Line 21:
   * based on "reference architecture" components   * based on "reference architecture" components
   * lightweight data storage; RRD or SQLite most probable.   * lightweight data storage; RRD or SQLite most probable.
- 
- 
 ===== System architecture ===== ===== System architecture =====
  
Line 37: Line 35:
  
 The software platform is to be based on the Microchip TCP/IP stack on the device. The first edition of the server-side software will be a simple TCP server written for GNU/Linux. The software platform is to be based on the Microchip TCP/IP stack on the device. The first edition of the server-side software will be a simple TCP server written for GNU/Linux.
 +
 +==== Firmware releases ====
 +
 +The firmware code is heavily limited by the fact that it is limited my Microchip's licensing. This means, you may
 +only "use, modify, copy and distribute" the Microchip code "when embedded on a Microchip microcontroller [...]".
 +My code however, you are free to use under a four-clause BSD license, as long as you filter the Microchip
 +code away :P
 +
 +Firmware version 1.0 is available! 
 +  * Want to hack, or add it to your own PIC-MINI-WEB?: {{:projects:tempdude-firmware-1.0.zip}}
 +  * A known bug exists: the destination port number is fixed at 13579. Config does work for IP but not port.
 +
 ==== System configuration operation ==== ==== System configuration operation ====
  
Line 76: Line 86:
  
 Note that the device times out waiting for config after 30 seconds. Note that the device times out waiting for config after 30 seconds.
 +
 +Download of UDPSet versions:
 +  * {{:projects:tempdude-udpset-0.2.tar.gz}}
 ==== LEMP1 ==== ==== LEMP1 ====