This module provides a data-oriented network I/O framework atop the internet transport layer, supporting both TCP and UDP. More...
Imports: |
This module provides a data-oriented network I/O framework atop the internet transport layer, supporting both TCP and UDP.
Packet-data is enclosed within a custom protocol, with slight alterations based on the underlying transport method. This protocol supports features like client management, reliable messaging (UDP), and extended (Multi-part) packets.
To use this module in your applications, simply import 'regal.networking' at the top of your programs. Examples can be found in the main source directory.
Documentation notes:These documents follow specific nomenclature: