Registry / networking / morcules-swiftnet

morcules-swiftnet

JSON →
library0.4.0vcpkgunverified

SwiftNet is a C networking library built using pcap, providing a clean and readable API.

vcpkg install morcules-swiftnet
INSTALL
IMPORT
SIG · MORCULES-SWIFTNET
M
morcules-swiftnet
networkingcppv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

swiftnet.h
#include <swiftnet.h>

Initializes and cleans up a SwiftNet session.

#include <swiftnet.h> #include <stdio.h> int main() { swiftnet_t *sn = swiftnet_init("eth0"); if (sn) { printf("SwiftNet initialized\n"); swiftnet_cleanup(sn); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

morcules-swiftnet — pip install morcules-swiftnet · libregistry