Categorygithub.com/theburn/go-nb-iot
repository
0.0.0-20190916045147-aaf5496d83e9
Repository: https://github.com/theburn/go-nb-iot.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

1. Config File Example

{
    "server_param" :{
        "listen_port":  "9880",
        "static_path": "/usr/local/Go-NB-IoT/static"
    },
    "req_param" : {
        "cert_file": "certs/server.crt",
        "key_file": "certs/server.key",
        "iot_host": "https://180.101.147.89:8743",
        "app_id": "<AppID>",
        "secret": "<SECRET>"
    }
}