pymodbus.internal package

Submodules

pymodbus.internal.ptwisted module

A collection of twisted utility code

pymodbus.internal.ptwisted.InstallManagementConsole(namespace, users={'admin': 'admin'}, port=503)
Helper method to start an ssh management console

for the modbus server.

Parameters
  • namespace – The data to constrain the server to

  • users – The users to login with

  • port – The port to host the server on