Commit 861b8b8a6031e3391e99a6642af118311f47ea0e
1 parent
e8859752c9
Exists in
master
Complete README
Showing 1 changed file with 42 additions and 0 deletions Inline Diff
README
1 | README FILE | |||
2 | ||||
3 | eddsctrl_server | |||
4 | Benoit Dubois | |||
5 | ||||
6 | CONTENTS OF THIS FILE | |||
7 | --------------------- | |||
8 | * Introduction | |||
9 | * Requirements | |||
10 | * Installation | |||
11 | ||||
12 | INTRODUCTION | |||
13 | ------------ | |||
14 | EDdsCtrl Server allow control of DDS AD9912 demo board through ethernet socket communication. | |||
15 | ||||
16 | ---------- | |||
17 | ------- (usb) | PC | (Eth) ---------- | |||
18 | | DDS |<-------->| EDds |<-------->| Client | | |||
19 | ------- | Server | ---------- | |||
20 | ---------- | |||
21 | ||||
22 | REQUIREMENTS | |||
23 | ------------ | |||
24 | A Linux system with a Debian distribution (not tested with others distribs). | |||
25 | The program requires the folowing packages: | |||
26 | * Python 3.x (Normally already installed on a Debian system) | |||
27 | $ [sudo] apt-get install python3 | |||
28 | * dds package | |||
29 | See package for details on installation | |||
30 | ||||
31 | INSTALLATION | |||
32 | ------------ | |||
33 | 1. Install the Python binding | |||
34 | 1.1 Untar the package archive | |||
35 | $ tar xvzf eddsctrl_server-x.x.tar.gz | |||
36 | 1.2 Enter in the newly created directory | |||
37 | $ cd eddsctrl_server-x.x | |||
38 | 1.3 Then install package | |||
39 | $ [sudo] python setup.py install | |||
40 | ||||
41 | Now you can start server: | |||
42 | $ eddctrlserver |