https://github.com/vit1251/golden
Golden is Web-base version Fido message reader
https://github.com/vit1251/golden
fido-message-reader fidonet ftn
Last synced: 9 months ago
JSON representation
Golden is Web-base version Fido message reader
- Host: GitHub
- URL: https://github.com/vit1251/golden
- Owner: vit1251
- License: mit
- Created: 2019-11-15T06:52:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T22:05:03.000Z (over 1 year ago)
- Last Synced: 2025-03-25T06:14:08.241Z (over 1 year ago)
- Topics: fido-message-reader, fidonet, ftn
- Language: JavaScript
- Size: 21.5 MB
- Stars: 30
- Watchers: 8
- Forks: 7
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Golden Point 1.x
[](https://github.com/vit1251/golden/actions/workflows/go.yml)

Golden Point is a FidoNet (FTN) point package written with in Golang to provide a mailer, tosser and other related utilities.
To work with GoldenPoint after starting you will need to open your browser on address http://127.0.0.1:8080
Project status can be found at https://github.com/vit1251/golden/projects/6
## Features
Golden Point provides:
- [x] Mailer
- [x] [FTS-1026] Binkp/1.0 minimum protocol realization
- [x] password protected sessions
- [x] 5D addressing for Fidonet and FTN technology compatible networks
- [x] exchange of netmail packets and archmail bundles in both
directions, including poll and mail pickup, as well as transfer
of any binary or ASCII files
- [x] ensuring integrity of transmitted mail and files
- [x] simultaneous bi-directional transmission
- [x] maximizing performance over packet switched data networks
- [x] [FTS-1027] Binkp/1.0 optional protocol extension CRAM
- [x] Tosser
- [x] [FSC-0001] A Basic FidoNet(r) Technical Standard
- [x] [FTS-0009] MSGID / REPLY; A standard for unique message identifiers and reply chain linkage
- [x] [FSC-0039] A Type-2 Packet Extension Proposal
- [x] [FTS-4000] CONTROL PARAGRAPHS
- [x] [FTS-4001] ADDRESSING CONTROL PARAGRAPHS
- [x] [FRL-1004] Timezone information in FTN messages
- [x] Tracker
- [x] [FTS-5006] TIC parser
- [x] [FTS-5006] TIC builder
## Documentation
You may read more documentation on https://github.com/vit1251/golden/tree/master/docs
## Binary builds
You may download binary builds
- The unstable version (night) build provided in CI/CD system on https://github.com/vit1251/golden/actions
- Stable version (release) build provided in https://github.com/vit1251/golden/releases
## Install from source code
### Prepare build environemnt
To compile Golden Point your system MUST have next product:
* Golang >= 1.16
* Node >= 1.14
* NPM
Golang and Node MAY use network to download dependencies.
### Building routine
On Linux system with x86_64 architecture:
# ./scripts/make-build-linux-gnu.sh
# ./golden-linux-amd64 -P 8080 --debug
That's all.