帮助套接字编程

发布于 2024-08-11 05:23:28 字数 233 浏览 3 评论 0原文

在我的应用程序中,我每 25 秒获取一次更新的数据...... 但有时我的应用程序在获取更新的数据时崩溃了.. 为了解决这个问题,我们计划使用套接字连接进行实时更新,

我尝试在 ADC 库平台中查找用于套接字连接或套接字通信的任何示例应用程序,但发现没有任何与此

套接字编程相关的示例应用程序对我来说是新的。 任何人都可以帮助我进行套接字编程吗 或者可以给我提供一些与之相关的链接。

谢谢 阿米特·巴坦

In my application I fetching the updated data in every 25 second…
but some time my application crashes while fetching the updated data..
to resolve this we are planning to use socket connection for live updates

I am tried to find any sample application for socket connection or socket communication in ADC Library platform but found no any sample application related to this

Socket programming is new for me.
Can any body help me in socket programming
or can provide me some link related to it.

Thanks
Amit Battan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

音盲 2024-08-18 05:23:28

Socket 编程中使用的原语完全取决于您所使用的编程语言和平台。实际上,更好的术语是网络编程。 “套接字”是网络编程世界中的一个重要实体,但它是一个包含许多概念的大世界。对于在类 Unix(Unix、Linux 等)平台上使用 C 编程语言进行网络编程,您可能需要考虑传奇人物 Richard Stevens 的《Unix 网络编程》。

The primitives used in Socket programming depend completely on the programming language and platform you are using. Actually a better term would be network programming. A "socket" is a significant entity in the network programming world but it's a big world which includes a host of concepts. For network programming using the C programming language in a Unix-like (Unix, Linux etc.) platform, you might want to consider "Unix Network Programming" by the legendary Richard Stevens.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文