I've downloaded Fred Eady's mini ethernet picbasic code module, but before I get too involved can anyone tell me if it will be possible for me to use it as a small HTTP server ?
I have a zigbee network of machines, each one outputs about 20 bytes every thirty minutes, which I am storing on the main coordinator. I need to gateway/bridge the stored information onto a small webserver to make it available over the internet.
Ideally the person viewing the page should get to see the data contained as a set of fields in a file (format unknown just yet) so I suppose I am talking about small dynamic web pages here.
I don't think huge graphics are required (except maybe a line graph).
<RANT>
The backstory to this is that the Lantronix XPORT won't allow me to put data into internal memory for serving onto a web page. The XBEE based Rabbit Semiconductor Zigbee demo kit I bought for this first of all only had Series 1 XBEE modules inside and weren't zigbee compatible. The latest CYAN Technology ethernet/zigbee gateway I bought as a replacement for the Rabbit kit won't actually let you use the SD Card or USB modules while the zigbee network is operational (Despite a big clear picture and description in the datasheet calling it the 'demo configuration'), and so, like the Rabbit kit, that will be getting returned for a refund now too.
</RANT>
I just need to squirt a few bytes, infrequently, into a server, where the server will need to act as a buffer either using internal memory or offboard embedded SD card type device (I2C/SPI etc)
(The reason for not coding the XPORT via the custom firmware devkit is that I don't feel my C programming is up to it, and my PicBasic and ASM is so much better ! IMHO)
Any ideas ?
Chris