equal
deleted
inserted
replaced
|
1 |
|
2 MessageRelay |
|
3 ============ |
|
4 |
|
5 MessageRelay is an application to handle file based |
|
6 messaging. It is able to read SMS messages from a file |
|
7 and write SMS messages to a file. |
|
8 |
|
9 MessageRelay also relays messages to WMAPI. WMAPI can |
|
10 register listeners to specific SMS ports, and when a |
|
11 messag to such a port is received, it is sent to WMA. |
|
12 |
|
13 MessageRelay is divided to MsgRelay, MsgSession and |
|
14 MessageRelayApp. |
|
15 |
|
16 MsgRelay |
|
17 -------- |
|
18 |
|
19 MsgRelay is the server part of the relay. It |
|
20 relays messages from and to WMA and MCE Inbox. |
|
21 Implemented in MsgRelay.dll |
|
22 |
|
23 MsgSession |
|
24 ---------- |
|
25 |
|
26 MsgSession contains a client to connect to MsgRelay. |
|
27 With it, applications are able to send and receive |
|
28 SMS messages via specific ports. |
|
29 Implemented in MsgSession.dll |
|
30 |
|
31 MessageRelayApp |
|
32 ----------- |
|
33 |
|
34 MsgRelayApp implements the actual writing and |
|
35 reading of the files. It polls the inbox directory |
|
36 for new messages, and routes them to MsgRelay for |
|
37 further processing. |
|
38 Implemented in MessageRelay.app |
|
39 |
|
40 |
|
41 Building |
|
42 ======== |
|
43 |
|
44 MsgRelay must be built first. |