Skip to content
/ libable Public

An efficient, portable and secure general-purpose virtual machine and virtual network as a library

License

Notifications You must be signed in to change notification settings

ablevm/libable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72bb9a8 · Apr 4, 2023

History

36 Commits
Apr 4, 2023
Nov 5, 2020
Apr 4, 2023
May 16, 2022
May 16, 2022
May 16, 2022
Jan 15, 2021
May 16, 2022
Nov 29, 2021
May 16, 2022
May 16, 2022
May 16, 2022
May 16, 2022
May 16, 2022
Nov 29, 2021
May 16, 2022
Mar 26, 2021

Repository files navigation

libable

libable implements an efficient, portable and secure general-purpose virtual
machine and virtual network as a library

REQUIREMENTS

BSD Make
Clang

GETTING STARTED

Building and installing on OpenBSD

$ cp config.mk.def config.mk
$ make install
...
$ 

Building and installing on Ubuntu

# apt install bmake clang
...
# exit
$ cp config.mk.def config.mk
$ bmake -DCOMPAT_LINUX install
...
$ 

Building and installing on macOS

# brew install bmake
...
# exit
$ cp config.mk.def config.mk
$ bmake -DCOMPAT_MACOS install
...
$ 

GETTING INVOLVED

Contact Details

Find us online at ablevm.org or email us at team@ablevm.org

Code of Conduct

Respect each other and please don't spam

LICENSE

ISC-style license

DETAILS

Virtual Network

Messages

 -40  16 bits  sent bytes
 -30  16 bits  body bytes
 -20  32 bits  mark
  00           body

64 KiB - 8 byte header maximum single deliverable message

About

An efficient, portable and secure general-purpose virtual machine and virtual network as a library

Resources

License

Stars

Watchers

Forks

Packages

No packages published