File: README

package info (click to toggle)
malsync 2.0.6-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,212 kB
  • ctags: 2,029
  • sloc: ansic: 18,353; cpp: 430; makefile: 114; perl: 30
file content (106 lines) | stat: -rw-r--r-- 3,824 bytes parent folder | download
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Mobile Application Link Source Distribution
===========================================
Version 0.6                April 21, 1999

Status
------

This is a very early release of MAL -- the software is far from complete.
We are making this early source release available to a limited audience to
accelerate feedback on MAL and assure that the protocol and implementation
will meet all of our mutual requirements.

We have tried to mark all of the areas in the protocol and code that we
know are incomplete with the string, "PENDING," and a comment describing
the issue.

We expect MAL to reach a solid release state by May 1999

New in Version 0.6 
------------------

* Installers for Palm OS and Windows CE devices, which deliver:
    - HotSync conduit binary, Win32 (Palm OS installer)
    - ActiveSync desktop module, Win32 (Windows CE installer)
    - MobileLink.exe desktop configuration interface, Win32
    - Mobile Application Link Palm OS binaries (Palm OS installer)
    - Mobile Application Link Windows CE binaries (Windows CE installer)
  
* InstallShield source for the above installers

* Multilink tool.  
    - Necessary to build libmal.prc using gcc.  CodeWarrior for 
      Palm Computing platform users can build libmal without 
      multilink. Multilink is only available in tar/zip format, 
      not on the cvs server. See http://www.avantgo.com/mal/download.html

* Make file modifications for Linux (submitted by Peter Bohac)

* Numerous bug fixes


Mailing Lists
-------------

There are two mailing lists for those interested in MAL: mal-announce and
mal-dev.  The mal-announce mailing list is for general announcements and
updates on the status of the Mobile Application Link software while
mal-dev is for detailed technical discussions.

To subscribe to these lists send mail to:

    mal-announce-request@lists.avantgo.com  --or--
    mal-dev-request@lists.avantgo.com

with the word "subscribe" in the body of the message (not the subject).

Download
--------

For download options and directions, see:

    http://www.avantgo.com/mal/download.html 

License
-------

The MAL source is released under the Mozilla Public License (the file
MPL-1_0.txt in the source distribution contains a copy of the license).
For more information on the MPL see:

    http://www.mozilla.org/
    http://www.mozilla.org/MPL/annotated.html

Manifest
--------

The current MAL source release contains the following components:

mal/MPL-1.0.txt				-- MAL license (Mozilla Public License)
mal/client/common                   -- shared code for client components
mal/client/palm/conduit             -- HotSync conduit for MAL
mal/client/palm/mobilelink          -- Palm OS app for syncing over IP
mal/client/win32/mobilelink         -- Win32 desktop app for configuring MAL
mal/client/wince/activesync/client  -- WinCE device side dll
mal/client/wince/activesync/desktop -- Win32 desktop component for ActiveSync
mal/common                          -- shared code for the MAL components
mal/doc/protocol.html               -- specification of the MAL protocol
mal/install                         -- InstallShield(tm) installer source code 
mal/test/activesynctest             -- test client dll for ActiveSync
mal/test/malclient                  -- simple client to test MAL
mal/test/malserver                  -- simple server to test MAL
vendor/expat                        -- XML parser used by MAL tests
vendor/mozilla                      -- code for automatic proxy configuration

Building
--------

All of the Win32 MAL components have been built using Microsoft DevStudio 6.

The Palm OS portions were created with CodeWarrior for Palm Release 5.  

There are some preliminary makefiles for unix platforms, but they are not yet
complete.  

More detailed instructions on how to build MAL are forthcoming.