Skip to content

andrenatal/registration_server

 
 

Repository files navigation

Registration server

Build Status

This server exposes a http(s) API that lets you post messages from your home network and discover them later on.

Usage

USAGE:
    registration_server [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
        --config-file <path>  Path to a toml configuration file.

See the config.toml.sample for an example of configuration file.

Building & testing

Just run cargo build and cargo test in the server directory!

Deploying

Deployment details are provided in the deployment guide.

Api

The REST api is documented here. Its usage is describe in this document.

About

The registration server, part of the gateway tunneling

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.7%
  • Shell 0.3%