Skip to content
/ fcnet Public

A backend for Firecracker microVM networking, accessible through an in-process library or a separate-process CLI.

License

Notifications You must be signed in to change notification settings

kanpov/fcnet

Repository files navigation

fcnet

  • fcnet-types: Types shared between fcnet implementations.
  • fcnet: The "standard" implementation that is linked into your binary and operates in-process at the cost of having your process be run at root to function properly.
  • fcnet-cli: A thin CLI wrapper over the fcnet implementation for testing purposes and non-automated usage.
  • fcnetd: A Unix-socket-daemon based on the fcnet implementation that runs as its own process, allowing the non-networking-related process to be rootless.
  • fcnetd-client: An implementation that connects to sockets created by running fcnetd.

About

A backend for Firecracker microVM networking, accessible through an in-process library or a separate-process CLI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages