X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2FREADME;h=7d2678561ae246b5ee2c914d1fbe561d022c4693;hb=a671f27ecb900f91bf32b8b13edb678009e319c1;hp=835ef0dda298cb13c33bc0eedbe36c9103d08caf;hpb=b1a8334f97f84e10ee9cef96377bbdcfbf5f945c;p=matches%2FMCTX3420.git diff --git a/server/README b/server/README index 835ef0d..7d26785 100644 --- a/server/README +++ b/server/README @@ -1,7 +1,9 @@ -This code will run on the Raspberry Pi server. +This code will run on the server. The software will implement an interface between requests made by a browser using HTTP and low level sensors/control on the server. -Multiple threads will be used; one running a HTTP server, and one or more for interacting with sensors/actuators. -A watchdog program should be created to start the main server program and handle software crashes. +Multiple threads will be used; one responding to HTTP requests, and one or more for interacting with sensors/actuators. +A watchdog bash script can becreated to start the main server program and handle software crashes. + +Note: Documentation can be generated using Doxygen.