Conditional (enabled) compilation of Nokia Authentication phase (not needed?)
[gnokii.git] / mgnetd / readme.txt
1 The MGNETD (MyGnokiiNETDdaemon) program is intended 
2 to provide a network api for mygnokii. With MGNETD
3 running in the background and a small netapi,
4 you can use the features of mygnokii in your own programs.
5 (See mg_demo_client.c)
6 I plan a 'plugin' with mg_net_api Interface
7 for jpilot, to sync phonebook (and later calender)
8 between phone and palm.
9
10 I provide it for free use under GPL.
11 I provide the program AS IS without any warranty.
12
13 For MGNETD you need a running mygnokii installation !
14
15
16 To start MGNETD, chose a passwort and type:
17
18         mgnet password
19
20 If all is OK, you see a small message:
21         'init done, daemonizing'
22 and mgnet runs in the background and serv udp
23 requests from any client who knows the password.
24
25
26 By default MGNETD listen at udp Port 50963.
27 You can add a entry to your '/etc/services' file
28 to change this, eg. to listen port 21007 add this line:
29
30 mygnokii      21007/udp
31
32
33 --------------------------------------------
34
35 In Version 0.3 you could:
36 - read IMEI,REVISION,HW of connected phone
37 - read phonebookentrys
38 - write phonebookentrys
39 - delete phonebookentrys
40 - send sms messages
41
42 TODOS:
43 - implement timeout for client
44 - handle receive sms
45
46 Ralf Thelen <ralf@mythelen.de>