X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2Fweb2io%2FREADME;fp=testing%2Fweb2io%2FREADME;h=43353f4d7c99ffcfa9621d45480b547491152680;hb=64b0cd994eea9ee7e95bcd1a1d6dc06d84b83b84;hp=0000000000000000000000000000000000000000;hpb=00d35586e8c044ae64e14d1b39a03ec0371929d9;p=matches%2FMCTX3420.git diff --git a/testing/web2io/README b/testing/web2io/README new file mode 100644 index 0000000..43353f4 --- /dev/null +++ b/testing/web2io/README @@ -0,0 +1,6 @@ +This software will implement an interface between requests via HTTP and low level sensors/control on the server. + +Briefly investigated CGI scripts. Realised that interprocess communication will be difficult and complex. +Low level sensors will be polled continuously, but the client will not be continuously receiving information. + +Currently looking at implementing webserver and low level sensors/control in the same program on the server.