224 Commits

Author SHA1 Message Date
Enrico Faulhaber
f2f39f1287 Unify error handling (a little more)
Change-Id: I81184c64aa4d51d0838df62269eace9e44b511da
2016-08-31 11:48:07 +02:00
Enrico Faulhaber
43d0e600ee provide class and baseclass parameters
Change-Id: Id3830bce6985c9d47da8c23fd2ea9082565e99aa
2016-08-31 11:47:51 +02:00
Enrico Faulhaber
5339f0c4fe coding style: adopt pep8
Change-Id: Ic037f925271c970406284e52a00a6c56d048452e
2016-08-31 11:47:31 +02:00
Enrico Faulhaber
0cf2633717 Remove Features
should be re-implemented in a virtual per-connection device

Change-Id: Ic752cf75218ecf802318fa53ba5faf5a4f31d948
2016-08-31 11:47:02 +02:00
Enrico Faulhaber
4b0388d21b use per instance copies of PARAMS
allowing more than one device per class

Change-Id: I9deabd38c8ca221c4ac416a2dfcc9a5ad4b73148
2016-08-31 11:45:56 +02:00
Enrico Faulhaber
c964a9a2ec apply validators to before calling write_func
Change-Id: I98f9c1eff4d2e236738f759cdc4a431f98a38bed
2016-08-31 11:02:08 +02:00
Enrico Faulhaber
44537ad0d9 split epics related devices into epics.py
also split the configfile:
test.cfg for normal playing around
epics.cfg for playing with epics

Change-Id: Id91042fbbdcb6972b1493419960667b39f56f17e
2016-08-31 10:27:24 +02:00
Enrico Faulhaber
69b979cdd0 Merge "Implement a variant of the Demo protocol from Markus" 2016-08-31 08:34:06 +02:00
Enrico Faulhaber
8c825a93ed Implement a variant of the Demo protocol from Markus
include LOTs of bugfixes as well

todo: documentation!

Change-Id: I52252ade34966d24990afd9672f38049882c3199
2016-08-31 08:28:51 +02:00
Enrico Faulhaber
8ad9e9396c demo syntax from Markus Zolliker, initial commit + test file
squashed together

Change-Id: I11b2f4ae99abe72c3edbc83f18826df48b2ecd02
2016-08-26 14:21:32 +02:00
Enrico Faulhaber
92cf6f34a1 [Test] Erik is testing SECoP with PVEPICS module
Change-Id: Ie6124a5ab8a48efe16ab2970f337363e8f44a14d
2016-08-26 14:06:38 +02:00
Alexander Lenz
6a2fa8d6a0 Fix deprecated imports.
Change-Id: I5b721e90632a0b3ec0dcb64ebaef9bc15bc171ce
2016-08-12 16:16:21 +02:00
Alexander Lenz
2dae7649be Fix/Improve startup/init.
Change-Id: Ia4b90c75a8cf89f4069bd8984a0e0c88f9ffa832
2016-08-08 13:39:50 +02:00
Alexander Lenz
e0bf201b48 Improvements.
Change-Id: I773b69e72b7167292dbe0ec751039f15e76523a5
2016-08-04 15:42:00 +02:00
Enrico Faulhaber
cac08110c7 Merge "rework on transport (encoding/framing) and dispatcher" 2016-06-29 18:18:49 +02:00
Enrico Faulhaber
c11bca3c37 rework on transport (encoding/framing) and dispatcher
put encoders and framers into their own files.
also rework messages and dispatcher
make tcpserver functional

FIRST WORKING VERSION!
(no daemon mode yet, sorry)

start bin/server.py, connect a terminal to localhost:10767
and press enter....

note: not all requests are bug free yet, ListDevicesRequest() works

Change-Id: I46d6e469bca32fc53057d64ff48cce4f41ea12ea
2016-06-29 18:14:55 +02:00
Enrico Faulhaber
623e7e43db Merge "Devices infrastructure and minimal server" 2016-06-22 18:09:29 +02:00
Enrico Faulhaber
d3c430e1b9 Devices infrastructure and minimal server
starts and creates (server-side) devices
no daemonizing and servicing yet

hint: try starting:
$ bin/server.py -v start

Change-Id: I6ac7a78dfff309a459cc0338a8d0d319ee72ada5
2016-06-22 17:21:18 +02:00
Erik Dahlbäck
87ad1987ea Revert "This is a test commit"
This reverts commit 83a636cd277cb173fe3458b0c15b2c1d3a5304d1.
2016-06-15 14:50:29 +02:00
Erik Dahlbäck
83a636cd27 This is a test commit
Change-Id: I40638c7dae561ee98ff8f70c2d5abb5a1ff8892c
2016-06-15 13:58:57 +02:00
Enrico Faulhaber
8a9d2da503 enhance docu a little
Change-Id: I59e46c61098106651fa584026f6c7edf33ee5dd1
2016-06-13 17:48:44 +02:00
Enrico Faulhaber
e914d12096 move handlers to messages
Change-Id: I1dd49e4d273d9fc3503757fd902767a4b1c42990
2016-06-13 17:26:10 +02:00
Enrico Faulhaber
b52c2d7a60 First checkin, base point for development
+ docu-converter
+ some python source files
+ Makefile

Change-Id: I055522c2feff9b72fc4bc88d6663642c78693fe8
2016-06-13 15:49:23 +02:00
Bjoern Pedersen
8152eab7c9 Initial empty repository 2016-06-10 13:56:52 +02:00