Files
roowho2/README.md
h7x4 5a0a65c3cf
Some checks failed
Build and test / check (push) Failing after 38s
Build and test / test (push) Failing after 1m7s
Build and test / build (push) Successful in 1m16s
Build and test / docs (push) Failing after 1m3s
.gitea/workflows/build-and-test: init
2026-01-04 03:46:13 +09:00

27 lines
861 B
Markdown

[![Coverage](https://pages.pvv.ntnu.no/oysteikt/roowho2/main/coverage/badges/for_the_badge.svg)](https://pages.pvv.ntnu.no/oysteikt/roowho2/main/coverage/)
[![Docs](https://img.shields.io/badge/rust_docs-blue?style=for-the-badge&logo=rust)](https://pages.pvv.ntnu.no/oysteikt/roowho2/main/docs/roowho2/)
# roowhoo2
Reimplementation of a subset of linux' netkit tools.
## Programs reimplemented
- [ ] finger
- [ ] rup
- [ ] ruptime
- [ ] rusers
- [ ] rwall
- [ ] rwho
## Programs *not* reimplemented
- `rsh`/`rexec`/`rcp`/`rlogin`: use `ssh` + `scp`/`rsync`
- `talk`: use a local irc server
- `ping`/`telnet`/`ftp`/`tftp`/`write`: all of these you can get from other packages
- `inetd`: either use a different distribution or use systemd socket activation
- `timed`: use an ntp client
- `biff`/`comsat`: nah
- `ripquery`/`routed`: nuh-uh
- `rpc*`: no need