Investigate software for interfacing with hardware via HTTP requests
authorSam Moore <[email protected]>
Tue, 6 Aug 2013 10:50:04 +0000 (18:50 +0800)
committerSam Moore <[email protected]>
Tue, 6 Aug 2013 10:50:04 +0000 (18:50 +0800)
commit64b0cd994eea9ee7e95bcd1a1d6dc06d84b83b84
treedbedab2958e3c1454f2e01383f64ce8309f458bd
parent00d35586e8c044ae64e14d1b39a03ec0371929d9
Investigate software for interfacing with hardware via HTTP requests

Investigated CGI scripts. Don't think they are feasable.

Currently investigating custom web server.
Used some existing files from a previous project
(network.h network.c log.h log.c).

I'm making some error in parsing the request, but out of time for now.
testing/web2io/README [new file with mode: 0644]
testing/web2io/log.c [new file with mode: 0644]
testing/web2io/log.h [new file with mode: 0644]
testing/web2io/network.c [new file with mode: 0644]
testing/web2io/network.h [new file with mode: 0644]
testing/web2io/options.h [new file with mode: 0644]
testing/web2io/webserver.c [new file with mode: 0644]

UCC git Repository :: git.ucc.asn.au