项目作者: vit1251

项目描述 :
Golden is Web-base version Fido message reader
高级语言: Go
项目地址: git://github.com/vit1251/golden.git
创建时间: 2019-11-15T06:52:46Z
项目社区:https://github.com/vit1251/golden

开源协议:MIT License

下载


Golden Point 1.x

Go

Golden Point

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:

  • Mailer
    • [FTS-1026] Binkp/1.0 minimum protocol realization
      • password protected sessions
      • 5D addressing for Fidonet and FTN technology compatible networks
      • exchange of netmail packets and archmail bundles in both
        1. directions, including poll and mail pickup, as well as transfer
        2. of any binary or ASCII files
      • ensuring integrity of transmitted mail and files
      • simultaneous bi-directional transmission
      • maximizing performance over packet switched data networks
    • [FTS-1027] Binkp/1.0 optional protocol extension CRAM
  • Tosser
    • [FSC-0001] A Basic FidoNet(r) Technical Standard
    • [FTS-0009] MSGID / REPLY; A standard for unique message identifiers and reply chain linkage
    • [FSC-0039] A Type-2 Packet Extension Proposal
    • [FTS-4000] CONTROL PARAGRAPHS
    • [FTS-4001] ADDRESSING CONTROL PARAGRAPHS
    • [FRL-1004] Timezone information in FTN messages
  • Tracker
    • [FTS-5006] TIC parser
    • [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

Install from source code

Prepare build environemnt

To compile Golden Point your system MUST have next product:

  1. * Golang >= 1.16
  2. * Node >= 1.14
  3. * NPM

Golang and Node MAY use network to download dependencies.

Building routine

On Linux system with x86_64 architecture:

  1. # ./scripts/make-build-linux-gnu.sh
  2. # ./golden-linux-amd64 -P 8080 --debug

That’s all.