From 4c115f069d139fc2d077ee283428ab4294c0a2f0 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Fri, 1 Mar 2019 12:07:48 +0000 Subject: [PATCH] Add README --- README.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e6d41b6 --- /dev/null +++ b/README.rst @@ -0,0 +1,26 @@ +############################################### +Capture The Flag With Stuff Android Application +############################################### + +The `CMU KGB `_ plays a delightful game called +`Capture The Flag With Stuff `_. This app +displays game state information, just like the hardware timers we have +built. + +Privacy Information +################### + +This app does not attempt to access traditionally private information +(contacts, phone identity, file system, ...) nor does it access cameras, +microphones, or other sensors of the device, except for the clock. It does, +however, request access to the network status information of the device and, +of course, access to the Internet. When connecting to the CMU KGB's CtFwS +MQTT server, of course, the device's IP address may become visible to the +CMU KGB's server, just as if it had visited the CMU KGB website. If the +settings are changed to update which server the app attempts to use, that +server will also, similarly, see the device's IP address. + +Speaking of accessing websites, the application will, when requested by the +MQTT server, grab a small file from a server-provided URL to update the +handbook HTML it has cached. This may reveal the device's IP address to +another server. -- 2.50.1