aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e5edeae
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
1Ubiquiti Inform Protocol in Golang
2==================================
3This repo contains a Golang implemntation of the Ubiquiti Networks Inform
4protocol used by the Unifi access points and the mFi machine networking
5components. The primary focus is an implemenation compatible with mFi
6components but the library should also be compatible with Unifi devices.
7
8This repo is a work in progress and is not yet considered stable. If you find
9it useful patches are welcome, just open a pull request.
10
11There is a feature-complete Python version of this API, a set of tools useful
12for reverse engineering the protocol and an in-progress protocol spec at
13[ubntmfi](https://github.com/mcrute/ubntmfi/blob/master/inform_protocol.md)