Difference between revisions of "Sync•gw"

From dmfswiki
Jump to: navigation, search
(sync•gw 3.xx.xx)
(sync•gw 5.xx.xx)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[http://www.syncgw.com sync•gw] is synchronization gateways server. sync•gw provides an interface between your pda, smartphone and other client devices with your server application.
 
[http://www.syncgw.com sync•gw] is synchronization gateways server. sync•gw provides an interface between your pda, smartphone and other client devices with your server application.
  
== sync•gw 3.xx.xx ==
+
== sync•gw 6.xx.xx ==
  
 
This version support CardDav and CalDav.
 
This version support CardDav and CalDav.
Line 9: Line 9:
 
==== CalDAV-Sync ====
 
==== CalDAV-Sync ====
  
* '''Server URL''': <nowiki><your.server.name><:port>/calendar/<userid>/default/</nowiki>   
+
* '''Server URL''': <nowiki><your.server.name><:port>/sync.php/calendar/<userid>/default/</nowiki>   
 
<:port> is optional (only if required)
 
<:port> is optional (only if required)
 
* '''Use SSL''': leave checked
 
* '''Use SSL''': leave checked
Line 19: Line 19:
 
=== CardDAV-Sync ===
 
=== CardDAV-Sync ===
  
* '''URL''': <nowiki><your.server.name><;port>/contacts/<userid>/default/</nowiki>
+
* '''URL''': <nowiki><your.server.name><:port>/sync.php/contacts/<userid>/default/</nowiki>
 
<:port> is optional (only if required)  
 
<:port> is optional (only if required)  
 
* '''Use SSL''': leave checked
 
* '''Use SSL''': leave checked

Latest revision as of 17:25, 26 March 2015

sync•gw is synchronization gateways server. sync•gw provides an interface between your pda, smartphone and other client devices with your server application.

sync•gw 6.xx.xx

This version support CardDav and CalDav.

Setting up synchronization

CalDAV-Sync

  • Server URL: <your.server.name><:port>/sync.php/calendar/<userid>/default/

<:port> is optional (only if required)

  • Use SSL: leave checked
  • Username: <your userid>
  • Password: <your password>

default is the default calendar in sync•gw. In CalDav you will be presented with a list of available calendars and yo may select a different one during installation. In a future CardDav version this list may also be available.

CardDAV-Sync

  • URL: <your.server.name><:port>/sync.php/contacts/<userid>/default/

<:port> is optional (only if required)

  • Use SSL: leave checked
  • Username: <your userid>
  • Password: <your password>

default is the default address book in sync•gw.