https://github.com/slac-epics/gateway
EPICS Channel Access network gateway
https://github.com/slac-epics/gateway
epics epics-extensions
Last synced: 6 months ago
JSON representation
EPICS Channel Access network gateway
- Host: GitHub
- URL: https://github.com/slac-epics/gateway
- Owner: slac-epics
- License: other
- Created: 2024-04-09T15:09:11.000Z (over 1 year ago)
- Default Branch: R2.1.3.0-1.branch
- Last Pushed: 2024-10-04T23:02:33.000Z (12 months ago)
- Last Synced: 2024-12-11T06:15:27.678Z (10 months ago)
- Topics: epics, epics-extensions
- Language: C++
- Homepage:
- Size: 4.12 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Version][badge.version]
![Travis status][badge.travis]# Channel Access PV Gateway
The [EPICS](https://epics-controls.org) Channel Access PV Gateway is both a
Channel Access server and Channel Access client.
It provides a means for many clients to access a process variable,
while making only one connection to the server that owns the process variable.It also provides additional access security beyond that on the server.
It thus protects critical servers while providing possibly restricted access
to needed process variables.The Gateway typically runs on a machine with multiple network cards,
and the clients and the server may be on different subnets.## Dependencies
The CA Gateway is using the PCAS server library and needs the
[PCAS module](https://github.com/epics-modules/pcas) when compiled against
EPICS 7 (>= 3.16).If you compile the CA Gateway with
[caPutLog](https://github.com/epics-modules/caPutLog) support,
a caPutLog version >= 3.5 is required.## Continuous Integration
The CI jobs for CA Gateway are provided by
[Travis](https://travis-ci.org/epics-extensions/ca-gateway).## Links
More details are available on the
[CA Gateway main web page](http://www.aps.anl.gov/epics/extensions/gateway/).[badge.version]: https://badge.fury.io/gh/epics-extensions%2Fca-gateway.svg
[badge.travis]: https://travis-ci.org/epics-extensions/ca-gateway.svg?branch=master