This driver is the base driver for the library, it handles common CIP services used by the other drivers. Things like opening/closing a connection, register/unregister sessions, forward open/close ...
Drivers are simple to create and use, the quickest way is to use them within a context manager (with statement). Most of the examples in the documentation will shown them used in that way. If you are ...