-
Notifications
You must be signed in to change notification settings - Fork 16
/
README.txt
47 lines (31 loc) · 1.1 KB
/
README.txt
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
37
38
39
40
41
42
43
44
45
46
47
eXAT
====
This is an authorized fork of original eXAT created by Corrado Santoro and
Francesca Gandemi.
Version 1.5.0 has the following big changes in comparison to original
eXAT:
- internal http server has been replaced with Misultin (which in turn
will be replaced with Cowboy or Mochiweb, since it got discontinued )
- Eresye has been replaced with Seresye
- agent.erl has been replaced with much simpler implementation
closely following OTP standards
- object.erl, multisync.erl and all OOP-like stuff has been dropped
eXAT Release 1.5.0
======================
1. Compiling eXAT
$ make deps
$ make
eXAT now will be compiled.
2. Testing eXAT
You can test eXAT by using the "simple_pingagent" and
"simple_pingeragent" provided in examples/simple. Do the following
steps:
a) Check that TCP ports 7779 and 7780 are not used in your PC;
b) $ cd examples/simple
$ make
b) From one shell issue
$ ./run_first.sh
c) From another shell run:
$ ./run_second.sh
Now you'll see, in simple_pingerpinger shell, that he can receive
messages from simple_pingagent.