Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 C 语言编写了一个服务器应用程序,用 Java 编写了一个用于 android 的客户端应用程序,我使用字节流进行通信。如何改进此通信协议?是否有使用结构的跨平台通信协议,如 JSON?
我会使用 TCP 作为通信协议。
我会使用文本格式(例如 JSon)作为使用 UTF-8 字符编码的数据格式。
我会让 API 尽可能简单。