= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
DHCP client implementation
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Authors
Maintainers
Sources
charrua-v1.5.0.tbz
sha256=4ce74a5e78402f3d645ddcb344aaa1348349a8d5a35b8b55112aff0cb84db8e1
sha512=ac6960de516642793b928224c95da997042d2907829496843481894b38804e3b465b5f9703bd8c02e5202059847ee5c16db6975c630b462448db511b39f34f87
Description
charrua-client is a DHCP client powered by charrua.
The base library exposes a simple state machine in Dhcp_client
for use in acquiring a DHCP lease.
Dependencies (17)
-
lwt
>= "4.0.0"
-
tcpip
>= "7.0.0"
-
arp
>= "3.0.0"
-
ethernet
>= "3.0.0"
- fmt
- logs
- duration
-
mirage-net
>= "3.0.0"
-
mirage-time
>= "2.0.0"
-
mirage-clock
>= "3.0.0"
-
mirage-random
>= "2.0.0"
-
macaddr
>= "4.0.0"
-
ipaddr
>= "5.0.0"
-
cstruct
>= "6.0.0"
-
charrua
= version
-
ocaml
>= "4.08.0"
-
dune
>= "1.4.0"
Dev Dependencies (4)
-
charrua-server
= version & with-test
-
mirage-random-test
with-test & >= "0.1.0"
-
cstruct-unix
with-test
-
alcotest
with-test
Used by
-
None
Conflicts
-
None
On This Page