-
Software Version:
Python3.4/3.3
ply (3.10)
pyasn1 (0.2.3)
pycrypto (2.6.1)
pycryptodome (3.4.6)
pysmi (0.1.3)
pysnmp (4.3.8)
Windows2008R2
Error happened when TTL expired:
Pinging 192.168.…
-
Excellent work on the project!
Was trying to retrieve all variables per MIB and realized that running `nextCmd` with the option `lexicographicMode` unset (defaults to `True` according to the docs) …
-
Hi. Currently I use a mix of the high level api from loadApi and the runtimeType system. I'm using the api10.Api to get values such as baseUri etc and the runtimeTypes when dealing with the type syste…
-
I have installed the latest version of PyTango (from PyPi) 9.2.0 (well done on doing a great job - the installation worked like a charm!). But then when I tried to run a device server which uses the H…
-
```
$ cat reproduce.py
#!/usr/bin/env python
from pysnmp.hlapi import *
ip = ''
community = ''
errorIndication, errorStatus, errorIndex, varBinds = next(
getCmd(SnmpEngine(),
…
-
Hi,
we've bought your asset a couple of days ago and trying out your HLAPI as well as LLAPI integrations. Unfortunately LLAPI has some issues I'm not sure how to resolve them and that seem unusual…
-
This started showing up about a day ago and I'm not having much luck with finding a solution.
```
02:01:00,437: WARNING/PoolWorker-1] 2017-03-27 02:01:00,437 pysnmp: getValue: returning RowSt…
-
Is there an example anywhere of dynamically loading VRTK through code instead of setting up through the inspector? My app sets everything up in code based on whether Oculus or Vive is detected and I c…
-
Using code similar to this example, when I passed in 4 oid's for my ink jet's color cartridges, I got "no such object currently exists at this oid" for each object. All error status were 0 so cmdGen.…
-
1. Create a new project in Unity 5.4.2p2 and import Dissonance 0.0.2 package
2. Open the Unet_HLAPI demo scene
3. Notice in the NetworkManager there are no spawnable prefab (HlApiPlayerTracker s…