我期待在iOS应用软件上工作,该应用软件需要在 iPhone/iPod 和 Windows 上运行的服务之间, 发送/ 接收数据。 从通信角度讲, 我将使用套接字 。
- The Phone will send/receive data to/from a Windows service (NOT a web service)
- Sockets will be used as a means for communication
- The iPhone/iPod will be connected to WiFi using a static IP address
- The iPhone/iPod is intended to be as thin client as possible
目的是让 Windows Service 从 iPhone/ iPod 收听事件。 例如 :
输入需要从 UIText Field 中提取, 并按下按钮保存为字符串 。 在按键时, 事件必须启动, 然后通过 WiFi 发送到 Windows Service 服务处, 然后接收事件, 执行“ 服务器边” 动作, 然后将回复发送到 iPhone/ iPod 上 。
我对iOS的开发还是很新奇 我知道这是一些更先进的东西 但任何帮助或资源 都能帮助完成这个任务 我很感激
谢谢!