Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 843 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 843 Bytes

SCiON Enabled NATS Client

This is a simple client for sending messages to SCiON enabled NATS Servers/Clusters using the Path Aware Network (PAN) Library

Building

The following will result in a scionnats binary:

$ nix develop
$ go-build

Run

Pass the address for the NATS Server to connect to:

$ ./scionnats 17-ffaa:1:1,[127.0.0.1]:4222

Assumes the SCiON services are configured

The client will continuiously send messages to the hello subject

More Info