简体   繁体   English

Funambol如何工作?

[英]How does Funambol work?

I'm developing a android application for a customer which involves capturing data on the handset and then synchronizing it later to a server. 我正在为客户开发一个android应用程序,其中涉及在手机上捕获数据,然后将其同步到服务器。 They want me to use Funambol server and client to sync data. 他们希望我使用Funambol服务器和客户端来同步数据。 I have tried looking up on the www.funambol.com website for any api and documentation, but am not able to find any library for android. 我尝试在www.funambol.com网站上查找任何api和文档,但无法找到任何android库。

Has anyone done any similar work using funambol? 有人使用funambol做过任何类似的工作吗? I need to sync a list of customers and their related data which will be entered by a salesman. 我需要同步将由销售员输入的客户及其相关数据的列表。

Thanks 谢谢

Funambol has a syncml api for android that is used in the Android client, and can be used for performing the sync without the need of implementing syncml. Funambol具有Android客户端中使用的适用于android的syncml api,可用于执行同步,而无需实现syncml。 You will only need to work on client and server side to implement the proper syncsource for your specific data, and store the data on both sides. 您只需要在客户端和服务器端工作即可为您的特定数据实现正确的同步源,并将数据存储在两侧。 Take a look at https://www.forge.funambol.org/download/ (bottom of the page) 看看https://www.forge.funambol.org/download/ (页面底部)

The developer community can be reached at bit.ly/fun-open-discuss, where you can discuss development topics and share your project and code (as required by AGPL). 可以通过bit.ly/fun-open-discuss与开发人员社区联系,在这里您可以讨论开发主题并共享您的项目和代码(根据AGPL的要求)。

Funambol provides open source-based solutions for push email & PIM sync as well as device management and a platform for mobilizing apps and data. Funambol提供用于推送电子邮件和PIM同步以及设备管理的基于开源的解决方案 ,以及动员应用程序和数据的平台。 Funambol is based on the SyncML (OMA DS) standard for data synchronization. Funambol基于用于数据同步的SyncML(OMA DS)标准。

Read the FAQ 阅读常见问题解答

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM