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 postel rfc-867 rfc867 rust
Last synced: 11 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-06-03T08:11:17.000Z (13 days ago)
- Last Synced: 2026-06-03T10:04:11.246Z (13 days ago)
- Topics: daytime, japanese, japanese-language, postel, rfc-867, rfc867, rust
- Language: Rust
- Homepage:
- Size: 622 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 -d localhost 13
ni-sen ni-juu san nen hachi gatsu juu hachi nichi kin youbi juu ji roppun juu san byou
```