aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1cb0aa8dfddbab1de4182ba2e5111f3e0b504522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Ubiquiti Inform Protocol in Golang
==================================
This repo contains a Golang implementation of the Ubiquiti Networks Inform
protocol used by the Unifi access points and the mFi machine networking
components. The primary focus is an implementation compatible with mFi
components but the library should also be compatible with Unifi devices.

This repo is a work in progress and is not yet considered stable. If you find
it useful patches are welcome, just open a pull request.

There is a feature-complete Python version of this API, a set of tools useful
for reverse engineering the protocol and an in-progress protocol spec at
[ubntmfi](https://github.com/mcrute/ubntmfi/blob/master/inform_protocol.md)