switchyard icon indicating copy to clipboard operation
switchyard copied to clipboard

Switchyard is a Python 3-based framework for building networked system software.

Results 5 switchyard issues
Sort by recently updated
recently updated
newest added

Support for IPv6 is minimal through the framework. Some work on packet header classes has been done, but has been tested in only limited ways. Interface class doesn't support ip6...

enhancement

No loss of precision due to float conversion.

enhancement

When a test fails, particularly an output matching expectation, the diagnosis statement can be a bit convoluted and difficult to parse --- it should be improved. Here's an example of...

enhancement

If one wants to create a new protocol and corresponding packet header, and if the header would normally appear as a layer 3 or 4 protocol, it's not possible to...

enhancement

When inserting a debugger() call into a user program, a Bdb exception occurs if the debugger is exited while the program still running. This is very likely because the debugger()...

bug