OceanConnect is the platform developed by Huawei for the use with NB-IOT devices.
NB-IOT is a LPWAN technology for bi-directional data traffic between devices and centralized cloud platforms. OceanConnect is the gateway for these devices.
This library uses the API of OceanConnect to retrieve data and register devices.
NOTE: The API is currently unstable
To get started please get the Golang toolchains from the Golang website. When you have a working go toolchain you can do:
go get github.com/dualinventive/go-oceanconnect
And you are ready to go!
Some simple tools for use with ocean-connect are included and located in the cmd
folder of the root of the project.
Commandline tool to register devices at OceanConnect. See the readme in the designated folder.
Please read the Contribution Guidelines. Furthermore: Fork -> Patch -> Push -> Pull Request
This project is licensed under the MIT License. See the LICENSE file for the full license text.