Commit 24d9384be95c908d88cf854dd27a35ebb909d41f
0 parents
Exists in
master
Complete README
Showing 1 changed file with 36 additions and 0 deletions Inline Diff
README
File was created | 1 | README FILE | ||
2 | ||||
3 | eddsctrl_client | |||
4 | Benoit Dubois | |||
5 | ||||
6 | CONTENTS OF THIS FILE | |||
7 | --------------------- | |||
8 | * Introduction | |||
9 | * Requirements | |||
10 | * Installation | |||
11 | ||||
12 | INTRODUCTION | |||
13 | ------------ | |||
14 | A client for EDdsCtrl Server. The client provides UI to dialog with DDS controller server. | |||
15 | Two clients availables: | |||
16 | - an IHM constituted of an alphanumeric screen and some switchs (edds_client_panel), | |||
17 | - a GUI developped in Qt (work in progress) | |||
18 | ||||
19 | REQUIREMENTS | |||
20 | ------------ | |||
21 | A Linux system with a Debian distribution (not tested with others distribs). | |||
22 | The program requires the folowing packages: | |||
23 | * Python 3.x (Normally already installed on a Debian system) | |||
24 | $ [sudo] apt install python3 | |||
25 | * PyQt4 library | |||
26 | $ [sudo] apt install python3-pyqt4 | |||
27 | ||||
28 | INSTALLATION | |||
29 | ------------ | |||
30 | 1. Install the Python binding | |||
31 | 1.1 Untar the package archive |