linc is a library for writing networked servers/clients.
linc is a library that eases the task of writing networked servers & clients. It takes care of connection initiation and maintainance, and the details of various transports. Previously used by ORBit2 to handle message transmission/receipt, now obsolete.
linc is a library that eases the task of writing networked servers & clients. It takes care of connection initiation and maintainance, and the details of various transports. Previously used by ORBit2 to handle message transmission/receipt, now obsolete.
To install linc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install linc
To see what files were installed by linc, run:
port contents linc
To later upgrade linc, run:
sudo port selfupdate && sudo port upgrade linc
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.