Hi Ernest
I have a simple TCP server, written in python, which sends ascii string reply on request. As a part of our streamdevice IOC template, the server is hooked up with streamdevice-based IOC like:
drvAsynIPPortConfigure("$(SYSASYNPORT)","localhost:5000",0,0,0)
You can try the server e.g. with netcat utility:
nc localhost 5000
or include records from template and streamdev protocol file (all in the attached tarball).
Cheers,
Tomas
________________________________________
Od: [email protected] [[email protected]] za uživatele Williams Jr., Ernest L. [[email protected]]
Odesláno: 12. června 2015 5:25
Komu: [email protected]
Předmět: Is there a device simulator to test against an Asyn/StreamDevice IOC App
Hi everyone,
I just followed this thread:
"Testing UIs against real databases using simulation modeTesting UIs against real databases using simulation mode"
on EPICS Tech Talk.
I would like to test a streamdevice enabled IOC Application against a simulated device.
Has someone already built a Python-based Device simulator?
Cheers,
Ernest