Net::Frame is a framework for crafting network packets. It comes with a set of basic layers (e.g. Net::Frame::Layer::TCP). The different layer subclasses handle encoding and decoding of the given layer. It allows one to construct a protocol stack from the top to bottom layers and then inject those packets into the network for communication with other devices that talk the same protocol.
Net::Frame is a framework for crafting network packets. It comes with a set of basic layers (e.g. Net::Frame::Layer::TCP). The different layer subclasses handle encoding and decoding of the given layer. It allows one to construct a protocol stack from the top to bottom layers and then inject those packets into the network for communication with other devices that talk the same protocol.
To install p5.32-net-frame, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-net-frame
To see what files were installed by p5.32-net-frame, run:
port contents p5.32-net-frame
To later upgrade p5.32-net-frame, run:
sudo port selfupdate && sudo port upgrade p5.32-net-frame
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.