Jianhui Zhao 9d42c8ad5b build.sh: Remove some archs
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-02-23 14:30:37 +08:00
2019-04-24 23:46:36 +08:00
2020-02-12 21:07:16 +08:00
2018-09-08 17:16:04 +08:00
2018-01-17 21:31:35 +08:00
2018-10-15 22:21:34 +08:00
2020-02-12 11:39:45 +08:00
2020-02-23 14:30:37 +08:00
2020-01-30 22:14:34 +08:00
2020-02-19 23:23:22 +08:00
2018-03-14 22:37:04 +08:00
2018-03-14 22:37:04 +08:00
2020-02-12 11:39:45 +08:00
2019-11-04 16:33:04 +08:00
2020-02-10 21:05:46 +08:00
2020-02-12 11:39:45 +08:00
2020-02-12 11:39:45 +08:00
2020-02-19 23:23:22 +08:00
2019-09-03 14:57:16 +08:00
2020-02-12 21:25:32 +08:00
2020-02-12 21:25:32 +08:00
2020-02-19 23:23:22 +08:00
2020-02-12 11:39:45 +08:00
2020-02-12 11:39:45 +08:00

rttys(中文)

license PRs Welcome Issue Welcome Release Version Build Status

This is the server program of rtty

Usage

download the pre-built release binary from Release page according to your os and arch or compile it by yourself.

go get -u github.com/zhaojh329/rttys

Command Line Parameters

./rttys -h
Usage of rttys:
  -addr-dev string
        address to listen device (default ":5912")
  -addr-user string
        address to listen user (default ":5913")
  -base-url string
        base url to serve on (default "/")
  -conf string
        config file to load (default "./rttys.conf")
  -gen-token
        generate token
  -http-password string
        password for http auth
  -http-username string
        username for http auth
  -log string
        log file path (default "/var/log/rttys.log")
  -ssl-cert string
        certFile Path
  -ssl-key string
        keyFile Path
  -token string
        token to use

Authorization

./rttys -gen-token
Please set a password:******
Your token is: 34762d07637276694b938d23f10d7164

./rttys -token 34762d07637276694b938d23f10d7164

Contributing

If you would like to help making rttys better, see the CONTRIBUTING.md file.

Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-02-27T09:20:46.591Z
Readme MIT 71 MiB
Languages
GO 49.1%
Vue 47.9%
Shell 2.6%
Dockerfile 0.4%