The IPv6 portal needs to run some operating specific commands on the TUN device in order to assign it an ipv6 address and subnet. Right now this only happens on darwin. It should be pretty easy to add it for linux as well using the ip command.
This would be a change to pkg/inet256ipv6/portal.go adding another switch case for linux.
Forban is a p2p application for link-local and local area networks. Forban works independently from the Internet and uses only the local area capabilities to announce, discover, search or share files. Forban relies on HTTP and it is "opportunistic".
Ocsad aims at being a GUI app for annoucing and discovering public network services such as websites or other kinds of server over a cjdns-based network. It is written in Python, GTK3 and UI design is plain Glade
The IPv6 portal needs to run some operating specific commands on the TUN device in order to assign it an ipv6 address and subnet. Right now this only happens on darwin. It should be pretty easy to add it for linux as well using the
ipcommand.This would be a change to
pkg/inet256ipv6/portal.goadding another switch case for linux.