RobbieClarken / node-epics

EPICS Channel Access for node.js
19 stars 10 forks source link

[?] EPICS base independent library #4

Open maslick opened 9 years ago

maslick commented 9 years ago

Are there any plans to work on the EPICS base independent implementation?

RobbieClarken commented 9 years ago

Do you mean a version which doesn't require libca? No plans for that at this stage.

The only files you need from EPICS Base are libca.so, libCom.so and caRepeater. If you will always be running on the same OS you can compile EPICS once and include those files in your project.