I am trying to make a program that can use IPv6 in Pysnmp and I already read a lot from google and so on.
And I always found that people use Udp6SocketTransport
. but the problem is this class does not work on all platform and I need it so it might work on Windows and Linux.
Can anyone help me?