From bd575babec7da478d49480e75c8963204fcccac6 Mon Sep 17 00:00:00 2001 From: Craig Johnston Date: Fri, 16 Mar 2018 12:19:03 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d1511a..fac0e92 100644 --- a/README.md +++ b/README.md @@ -214,8 +214,8 @@ uap0: flags=4163 mtu 1500 TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 ``` -The standard wifi interface **wlan0** should be up but no yet -configured since we are not yet connected to an external access point. +The standard wifi interface **wlan0** should be up unconfigured +since we are not yet connected to an external access point. ```plain wlan0: flags=4099 mtu 1500 @@ -366,4 +366,4 @@ you would like added to the project. [IOT]: https://en.wikipedia.org/wiki/Internet_of_things [Docker]: https://www.docker.com/ [Alpine Linux]: https://alpinelinux.org/ -[cjimti/iotwifi]: https://hub.docker.com/r/cjimti/iotwifi/ \ No newline at end of file +[cjimti/iotwifi]: https://hub.docker.com/r/cjimti/iotwifi/ From e0112d07da86830e177f0b2a9a6a52bdd1339421 Mon Sep 17 00:00:00 2001 From: Craig Johnston Date: Sat, 17 Mar 2018 13:20:37 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fac0e92..28f1a26 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ TL;DR? If you are not interested in reading all this you can skip ahead to [Getting Started](#getting-started). IOT Wifi is a [Raspberry Pi] wifi management REST service written in [Go] and -intended to run in a [Docker] container on a Raspberry Pi. +intended to run in a [Docker container on a Raspberry Pi](https://hub.docker.com/r/cjimti/iotwifi/). IOT Wifi sets up network interfaces, runs [hostapd], [wpa_supplicant] and [dnsmasq] to run simultaneously. This allows a user (or another service) to From dd1abbe533c79864f13b41f9ec04709ef3b9d345 Mon Sep 17 00:00:00 2001 From: Craig Johnston Date: Tue, 20 Mar 2018 09:28:50 -0700 Subject: [PATCH 3/3] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0d1031c --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Craig Johnston - cjimti + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.