Documentation
¶
Overview ¶
Package server is used to start up the SIOT server, which includes NATS, the store, various built in clients, and HTTP API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
StoreFile string
DataDir string
HTTPPort string
DebugHTTP bool
DebugLifecycle bool
DisableAuth bool
NatsServer string
NatsDisableServer bool
NatsPort int
NatsHTTPPort int
NatsWSPort int
NatsTLSCert string
NatsTLSKey string
NatsTLSTimeout float64
AuthToken string
ParticleAPIKey string
AppVersion string
OSVersionField string
}
Options used for starting Simple IoT
Click to show internal directories.
Click to hide internal directories.