An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# HDB3 App

[![Build Status](https://travis-ci.org/RyanFleck/HDB3.svg?branch=master)](https://travis-ci.org/RyanFleck/HDB3) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](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!

![](/docs/system_demo.png)