Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanorei32/nichijid-rs
A modern RFC867 implementation in Rust! it returns Japanese pronunciation!
https://github.com/yanorei32/nichijid-rs
daytime japanese japanese-language rfc-867 rfc867 rust
Last synced: 9 days ago
JSON representation
A modern RFC867 implementation in Rust! it returns Japanese pronunciation!
- Host: GitHub
- URL: https://github.com/yanorei32/nichijid-rs
- Owner: yanorei32
- License: bsd-2-clause
- Created: 2023-08-18T01:30:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-18T08:26:03.000Z (18 days ago)
- Last Synced: 2024-10-20T13:03:15.849Z (16 days ago)
- Topics: daytime, japanese, japanese-language, rfc-867, rfc867, rust
- Language: Rust
- Homepage:
- Size: 276 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nichijid-rs (nichiji daemon rs)
It's a implementation of "TCP Based Daytime Service" [Daytime Protocol [RFC867]](https://datatracker.ietf.org/doc/html/rfc867).
It replies with a ***Japanese pronunciation*** of the server's local time.Collaborator: [@kory33](https://github.com/kory33)
> [!NOTE]
> For machine useful time use the Time Protocol (RFC-868) [yanorei32/timed-rs](https://github.com/yanorei32/timed-rs).## Examples
### Server
```
./nichijid-rs # default port usage (0.0.0.0:13)
./nichijid-rs 0.0.0.0:1313 # specific port usage
```NOTE: 13 is a well-known port. It may require administrative permission.
### Client
```
$ nc localhost 13
ni-sen ni-juu san nen hachi gatsu juu hachi nichi kin youbi juu ji roppun juu san byou
```