2021-12-25 18:33:33 +00:00
|
|
|
[![Superhighway84](superhighway84.jpeg)](superhighway84.png)
|
2021-12-26 16:29:26 +00:00
|
|
|
|
2021-12-26 16:35:37 +00:00
|
|
|
```
|
2021-12-26 16:27:15 +00:00
|
|
|
===============================================================================
|
|
|
|
INTERACTIVE ASYNC / FULL DUPLEX
|
|
|
|
===============================================================================
|
2021-12-24 18:44:59 +00:00
|
|
|
|
2021-12-26 16:27:15 +00:00
|
|
|
Dial Up To 19.2 Kbps
|
|
|
|
|
|
|
|
with
|
2021-12-25 16:19:41 +00:00
|
|
|
|
2021-12-26 16:27:15 +00:00
|
|
|
_ _ _ __ ____ __ _ __ ___ ____
|
|
|
|
/ / / // / __/_ _____ ___ ____/ / (_)__ _/ / _ _____ ___ __( _ )/ / /
|
|
|
|
_\ _\_\_\\_\ \/ // / _ \/ -_) __/ _ \/ / _ \/ _ \ |/|/ / _ \/ // / _ /_ _/
|
|
|
|
/ / / // /___/\_,_/ .__/\__/_/ /_//_/_/\_, /_//_/__,__/\_,_/\_, /\___/ /_/
|
|
|
|
/_/ /___/ /___/
|
|
|
|
|
|
|
|
|
2021-12-26 16:50:58 +00:00
|
|
|
::: USENET-INSPIRED DECENTRALIZED INTERNET DISCUSSION SYSTEM :::
|
2021-12-26 16:27:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
The V.H.S. (Very High Speed) Superhighway84 platform is more than just the
|
|
|
|
fastest decentralized, usenet-inspired communications platform available. It is
|
|
|
|
also the first one to be based on the latest IPFS technology available today!
|
|
|
|
|
|
|
|
Superhighway84 offers the most spectacular features under the Spectrum.
|
|
|
|
|
|
|
|
100% Error Protection
|
|
|
|
Data and Character Compression
|
|
|
|
Alternate Bell Compatible Mode
|
|
|
|
Long Haul Satellite Operation
|
|
|
|
Network Diagnostics
|
|
|
|
Fallback Mode
|
|
|
|
And More!
|
2021-12-26 16:50:58 +00:00
|
|
|
|
|
|
|
|
|
|
|
The Superhighway84 modern decentralized internet discussion system.
|
|
|
|
It should cost a lot more than $0.
|
|
|
|
|
|
|
|
|
2021-12-26 17:24:57 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
![Screenshot](screenshot01.png)
|
2021-12-26 16:50:58 +00:00
|
|
|
|
2021-12-26 17:24:57 +00:00
|
|
|
```
|
2021-12-26 16:50:58 +00:00
|
|
|
|
|
|
|
INSTALLATION
|
|
|
|
------------
|
|
|
|
|
|
|
|
Clone this repository and run:
|
|
|
|
|
|
|
|
$ go build .
|
|
|
|
|
|
|
|
The binary will be available at ./superhighway84 and can be moved wherever you
|
|
|
|
please.
|
|
|
|
|
2021-12-27 01:30:58 +00:00
|
|
|
If you don't have IPFS installed already, make sure to do so in order to be able
|
|
|
|
to initialize your IPFS repository:
|
|
|
|
|
|
|
|
https://docs.ipfs.io/install/command-line/
|
|
|
|
|
|
|
|
The IPFS repository can be initialized using the following command:
|
|
|
|
|
|
|
|
$ ipfs init
|
|
|
|
|
2021-12-26 16:50:58 +00:00
|
|
|
|
|
|
|
|
|
|
|
RUNNING
|
|
|
|
-------
|
|
|
|
|
|
|
|
Simply launch the binary:
|
|
|
|
|
|
|
|
$ ./superhighway84
|
|
|
|
|
2021-12-26 18:13:14 +00:00
|
|
|
A setup wizard will help you with initial configuration. Please make sure to
|
|
|
|
have at least HOME and EDITOR exported in your environment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
USAGE
|
|
|
|
-----
|
|
|
|
|
|
|
|
Keyboard shortcuts:
|
|
|
|
|
|
|
|
- C-R: Refresh
|
2021-12-27 00:49:48 +00:00
|
|
|
- C-H: Focus groups list
|
|
|
|
- C-L: Focus articles list
|
2021-12-26 18:13:14 +00:00
|
|
|
- C-Q: Quit
|
2021-12-27 00:49:48 +00:00
|
|
|
- K: Move up in list
|
|
|
|
- J: Move down in list
|
|
|
|
- H: Move left in list
|
|
|
|
- L: Move right in list
|
|
|
|
- CR: Select item in list
|
|
|
|
- N: Publish new article
|
|
|
|
- R: Reply to selected article
|
2021-12-26 16:50:58 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
KNOWN LIMITATIONS
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
- The OrbitDB that Superhighway84 uses is a public database, meaning everyone
|
|
|
|
can alter its data. Since its using a standard _docstore_, PUT and DELETE
|
|
|
|
events can alter existing data. This issue will be solved in the future by
|
|
|
|
customizing the store to ignore these types of events.
|
|
|
|
|
|
|
|
- Probably plenty more that have yet to been found...
|
|
|
|
|
2021-12-25 16:19:41 +00:00
|
|
|
|
2021-12-26 16:53:57 +00:00
|
|
|
|
|
|
|
CREDITS
|
|
|
|
-------
|
|
|
|
|
|
|
|
- Superhighway84 name, code and graphics by mrusme
|
|
|
|
https://github.com/mrusme
|
|
|
|
|
|
|
|
- Logo backdrop by Swift
|
|
|
|
https://twitter.com/Swift_1_2/status/1114865117533888512
|
|
|
|
|
|
|
|
```
|
2021-12-24 18:44:59 +00:00
|
|
|
|