Skip to content

Commit

Permalink
Better wording to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael2k committed Sep 6, 2024
1 parent 9d1a787 commit 4deb93e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Options:
```

Mercury operating modes are:
- ARQ: Data-link layer and Automatic repeat request mode (under development).
- ARQ: Data-link layer and Automatic repeat request mode. Default control port is 7002 and default data port is 7003.
- TX_SHM: Transmits data read from shared memory interface (check folder examples).
- RX_SHM: Received data is written to shared memory interface.

Expand Down Expand Up @@ -142,6 +142,9 @@ to use with the TX_SHM and RX_SHM modes. A more complete client called HERMES-BR

For a simple ARQ client which supports hamlib, take a look at: https://github.com/Rhizomatica/mercury-connector

Any VARA client should be compatible with Mercury. Compatibility support is not complete. If you
find a VARA client which does not communicate, please report. Base TCP port is 7002 (7002 control and 7003 data).

For a more complete ARQ client which integrates Mercury to UUCP, look at: https://github.com/Rhizomatica/hermes-net/tree/main/uucpd


Expand Down Expand Up @@ -169,6 +172,12 @@ CONFIG_15 (4411.764706 bps)
CONFIG_16 (5735.294118 bps)
```

## Discussion

Join HERMES mailing list:
https://lists.riseup.net/www/info/hermes-general


## About

The code was originally written by Fadi Jerji for Rhizomatica's HERMES project. Currently the project is maintained by Rafael Diniz.
Expand Down

0 comments on commit 4deb93e

Please sign in to comment.