IOS文件共享/同步从Mac / PC的设备文件共享、设备、IOS、PC

2023-09-04 04:15:58 作者:谈情不如逗狗

我已经开发了iPad应用程序从源码数据库显示的图像和其它产品的详细信息。 我还开发了基于.NET的Windows应用程序驻留在Windows XP计算机。此应用程序的源码数据库生成的数据,也映射与相关图像的每个记录。目前这种流动是工作的罚款,直到与iTunes文件共享启用的功能。 因此,通过iTunes用户副本的SQLite数据库和图像(约2-3 GB)iPad的文件共享。

I have developed the ipad app which displays images and other product details from sqlite db. I have also developed .net based windows application which resides on Windows xp pc. This application generates data in sqlite db and also map each record with related images. This flow is working fine till now with itunes filesharing feature enabled. So the user copy sqlite db and images(around 2-3 gb) to iPad through itunes file sharing.

最近我碰到它用于在本地网络进行通信Bonjour服务。

Recently I came across Bonjour service which is used to communicate in local network.

我想知道是否有可能,我的基于.NET应用程序创建卓悦服务器,并保持sqlite的分贝和放大器;在一些文件夹和iOS设备的图像文件可以直接读了WiFi和要求时,得到的文件吗?

I was wondering is it possible that my .net based application creates Bonjour server and keeps the sqlite db & images files in some folder and ios devices can directly read from that over wifi and get files when requested?

请建议如果使用Bonjour服务将是很好的做法,任何样品教程开始。

Please suggest if using Bonjour services will be good approach and any sample tutorial to start with.

感谢

推荐答案

在真的真的很难寻找......发现了一些值得使用或在待解决..的 http://syncdocs.sourceforge.net/index.php 。

After really really hard searching... found something worth using or to be worked upon.. http://syncdocs.sourceforge.net/index.php.

它使用Bonjour服务发现和进一步的发送/接收文件。

It uses Bonjour service to discover and further send/receive files.