p4p icon indicating copy to clipboard operation
p4p copied to clipboard

Python bindings for the PVAccess network client and server.

Results 27 p4p issues
Sort by recently updated
recently updated
newest added

If you request too many channels from the gateway, then it can become fully unresponsive despite still technically running; the only solution seems to be to restart the gateway. The...

The generation of example configuration and systemd files was a bit messed up: - systemd service was starting `pvagw` with itself (instead of the config file) - Parsing the instance...

Attempt to fix #133. Currently CI fails for py2.7 for unknown reasons, and the non-docker builds for unrelated distutils reasons.

Hey everybody, When trying to install python packages with pip (p4p, epicscorelibs) I get an error message indicating that Microsoft Visual C++ 14.0 or greater is required. If I then...

A trivial one: There seems to be no easy way to find out the version of an installed `pvagw`. A command line option `--version` could do that.

We need a way to reread the access security and pvlist files w/o restarting the gateway. CA gateway supports writing a 1 to $(GW):asNewAsFlag to cause a reread of these...

enhancement
help wanted

# Description Only one `DynamicProvider` is _really_ supported, the second one is dispatched incorrectly. # To reproduce Run the following server: ```python from p4p.server import Server, DynamicProvider from p4p.server.thread import...

bug

# Description `Server.forever` doesn't work with async `SharedPV`s, probably due to this sleep: https://github.com/mdavidsaver/p4p/blob/f5c96bad937fff57f5243f72b7fdb89a408d0f4a/src/p4p/server/__init__.py#L175 # To reproduce: Run the following server: ``` import time from p4p.nt import NTScalar from p4p.server...

enhancement