Blame view

README 994 Bytes
24d9384be   bdubois   Complete README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
  README FILE
  
  eddsctrl_client
  Benoit Dubois
  
  CONTENTS OF THIS FILE
  ---------------------
  * Introduction
  * Requirements
  * Installation
  
  INTRODUCTION
  ------------
  A client for EDdsCtrl Server. The client provides UI to dialog with DDS controller server.
  Two clients availables:
  - an IHM constituted of an alphanumeric screen and some switchs (edds_client_panel),
  - a GUI developped in Qt (work in progress)
  
  REQUIREMENTS
  ------------
  A Linux system with a Debian distribution (not tested with others distribs).
  The program requires the folowing packages:
   * Python 3.x (Normally already installed on a Debian system)
            $ [sudo] apt install python3
   * PyQt4 library
            $ [sudo] apt install python3-pyqt4
  
  INSTALLATION
  ------------
  1. Install the Python binding
  1.1 Untar the package archive
            $ tar xvzf eddsctrl_client-x.x.tar.gz
  1.2 Enter in the newly created directory
            $ cd eddsctrl_client-x.x
  1.3 Then install package
            $ [sudo] python setup.py install