ucwificonnect:master

Last commit made on 2017-06-09
Get this branch:
git clone -b master https://git.launchpad.net/ucwificonnect

Branch merges

Branch information

Name:
master
Repository:
lp:ucwificonnect

Recent commits

61e9e54... by Roberto Mier Escandon

modified README to point new location (#43)

* modified README to point new location

* updated Grammar

00211a0... by knitzsche <email address hidden>

Merge pull request #42 from CanonicalLtd/disconnect

web pages password protected and operational page

697f211... by Kyle Nitzsche

change daemonPkg pkg name and other small fixes

daemonPkg is now daemon and the main executable daemon is
service/service.go

Removed incorrect return in server/handler.go when connect
fails

changed some hidden command names per review suggest

24687d4... by Kyle Nitzsche

html password intput type, checkbox to show, and layout better

baf4b32... by Kyle Nitzsche

fix regression: now does show oper on failed connect

80987cd... by Kyle Nitzsche

better test for file exists

3459c7d... by Kyle Nitzsche

co format fixes

2e177ef... by Kyle Nitzsche

implement unit tests on most daemon functions & return/handle err on ConnectAp()

Refactored daemon into a pkg (daemonPkg) and a command that runs as a daemon.
The pkg now has unit tests. Some functions do not, but these are mostly
covered by existing tests in other packages. As part of this, added Get/Set
functions for various daemon properties with tests.

Modified netman/ConnectAp() to return error on failure to connect, and
server/handlers/ConnectHandler() now checks if error returned and only
starts process to change state to OPERATING if no error.

6a2dc67... by Kyle Nitzsche

split deamon into pkg (daemonPkg) and command

24f2151... by Kyle Nitzsche

fix two readme points from review