Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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
```