https://github.com/ryanfleck/hdb3
HDB3 encoder/decoder library, including REPL and socket-based client and server toys for sample transmission.
https://github.com/ryanfleck/hdb3
ceg3185 java java-8 lab networking sockets
Last synced: about 1 year ago
JSON representation
HDB3 encoder/decoder library, including REPL and socket-based client and server toys for sample transmission.
- Host: GitHub
- URL: https://github.com/ryanfleck/hdb3
- Owner: RyanFleck
- License: gpl-3.0
- Created: 2020-03-20T17:05:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T20:31:24.000Z (over 5 years ago)
- Last Synced: 2025-02-02T08:26:01.845Z (over 1 year ago)
- Topics: ceg3185, java, java-8, lab, networking, sockets
- Language: Java
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HDB3 App
[](https://travis-ci.org/RyanFleck/HDB3) [](https://www.gnu.org/licenses/gpl-3.0)
HDB3 encoder/decoder application, including REPL and socket-based client and server toys for sample transmission.
```
[rcf] Ryan Fleck - HDB3 Encoder
Usage: java -jar hdb3.jar [options]
Options:
-r, --repl
Enter a REPL instead of using a file input
-c, --client
Boot to CLIENT mode
-s, --server
Boot to SERVER mode
-v, --verbose
Enable debugging output
```
See the latest [release](https://github.com/RyanFleck/HDB3/releases/latest) to download the `.jar` and experiment!
