Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjl772/netutils
Crappy network debugging utils
https://github.com/jjl772/netutils
Last synced: 12 days ago
JSON representation
Crappy network debugging utils
- Host: GitHub
- URL: https://github.com/jjl772/netutils
- Owner: JJL772
- License: other
- Created: 2023-10-07T00:46:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T21:09:46.000Z (3 months ago)
- Last Synced: 2024-10-11T00:25:38.140Z (about 1 month ago)
- Language: C
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portable Networking Utils
Well, sorta portable... winsock not supported, only BSD sockets.
Builds with and without EPICS.
Requirements:
- C99 compiler
- C library support for POSIX.1b
- BSD-like networking stack (Known to work with Linux, FreeBSD and RTEMS 4.X networking)## Tools
* ping
* traceroute
* probe (daemonized ping)