You are on page 1of 1

*******************************************************************

Copyright 1994-2008 iAnywhere Solutions, Inc. All rights reserved. This sample
code is provided AS IS, without warranty or liability of any kind.
You may use, reproduce, modify and distribute this sample code without limitatio
n,
on the condition that you retain the foregoing copyright notice and disclaimer a
s to the original iAnywhere code.
*******************************************************************
MobiLink Server Initiated Synchronization Samples
This readme provides an overview of the server-initiated synchronization
samples. All of the samples are set up to run on a single
machine with a UDP gateway. The final sample (SIS_CarDealer)
contains instructions for customizing the sample to run with remote devices.
New users are recommended to try the samples in the listed order.
To run each sample, go into its directory and run runall.bat.
To learn more about the sample,look at the readme.txt as well as
all other supporting files in the directory.
SIS_SimpleNotifier
------------------
- Focuses on the basic functionality of the MobiLink Notifier.
- Demonstrates one-way notification without initiating synchronization.
- Demonstrates single-shot notification and repeatable notification.
- Demonstrates automatic cleanup of expired repeatable notification.
- Demonstrates manual cancellation of repeatable notification.
- No remote application is involved other than the MobiLink Listener.
SIS_SimpleListener
------------------
- Focuses on basic functionality of the MobiLink Listener for Windows.
- Demonstrates one-way notification without initiating synchronization.
- Integrates a Java remote application with the MobiLink Listener.
SIS_MultipleNotifier
--------------------
- Demonstrates multiple notifiers sharing a single gateway.
- Demonstrates one-way notifications without initiating synchronization.
- No remote application is involved other than the MobiLink Listener.
SIS_CarDealer
-------------
- Demonstrates synchronization as the action that is initiated.
- Integrates multiple applications with the Listener (a Beeper application
and a MobiLink ASA client).
- Contains customization instructions for extending this sample to work with
SMS notification on CE or PocketPC devices and Palm phones.
- CE and PocketPC customization features eVB remote application integration.

You might also like