libwired is standard C library that implements the Wired 2.0 protocol
This project is a fork of the Wired library (libwired) created by Axel Andersson at Zanka Software. It was created and is mainly intended for use by the Wired network suite. It contains collections and other data structures, and portable abstractions for many OS services, like threads, sockets, files etc.
This project is a fork of the Wired library (libwired) created by Axel Andersson at Zanka Software. It was created and is mainly intended for use by the Wired network suite. It contains collections and other data structures, and portable abstractions for many OS services, like threads, sockets, files etc.
To install libwired, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libwired
To see what files were installed by libwired, run:
port contents libwired
To later upgrade libwired, run:
sudo port selfupdate && sudo port upgrade libwired
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.