https://github.com/bbengfort/ensign-sonar
A quick QA utility to send and receive events using Ensign.
https://github.com/bbengfort/ensign-sonar
Last synced: about 1 year ago
JSON representation
A quick QA utility to send and receive events using Ensign.
- Host: GitHub
- URL: https://github.com/bbengfort/ensign-sonar
- Owner: bbengfort
- License: bsd-3-clause
- Created: 2023-05-17T13:44:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T20:33:18.000Z (about 3 years ago)
- Last Synced: 2025-04-03T03:29:40.513Z (over 1 year ago)
- Language: Go
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ensign-Sonar
A quick QA utility to send and receive events using Ensign.
## Running Ensonar
Make sure you have your `.env` file setup using the `.env.template` file.
In one terminal:
```
$ go run ./cmd/ensonar/ sonar 2>/dev/null
```
Note: this redirects `stderr` to `/dev/null` so that errors aren't printed; you can also direct to a file to find out what is going wrong with the publisher.
In a second terminal:
```
$ go run ./cmd/ensonar listen
```