iofog-connector <command> <options>
start | Start connector service. |
stop | Stop connector service. |
help | Display usage information. |
version | Display the software version and license information. |
status | Display current status information about the software. |
Start the iofog-connector daemon
iofog-connector start
Stop the iofog-connector daemon
iofog-connector stop
Display usage information.
iofog-connector help <options>
-h, -?, --help |
Display the software version and license information.
iofog-connector version <options>
-v, --version |
Display current status information about the software.
iofog-connector status
Configuration is located in /etc/iofog-connector/configs.json
{
"ports": ["6000-6001", "7000-7002", "30000-39999", "40000-49999"],
"exclude": ["7001"],
"broker": 12345,
"address": "127.0.0.1",
"dev": true
}
The cert/key pair is located here:
/etc/iofog-connector/server-cert.pem
/etc/iofog-connector/server-key.pem
```
# Logs
The log files are located inside `/var/log/iofog-connector`