搜索资源列表
inet_client
- Inet client, simulate being a web browser (user agent string cloning) and download a webpage into your c/c++ program for further processing. This simple technique allows you to scrape web servers for data such as RSS feeds and news tickers.
pvb-master
- pvbrowser® is an application framework. It provides a specialized browser for the client computer and an integrated development environment for creating servers that implement your visualization. It also provides data acquisition programs (daemon
efonvnc_v4.3_wce5x_x86
- Win EC7 Remote Destop application, can be access through ethernet by configuring the server application and run the client from device to access from any system using java enabled WEB browser or VNC Cleint
ENC28J60Experiment
- 本实验将实现如下功能:开机检测ENC28J60,如果检测不成功,则提示报错。在成功检测到ENC28J60之后,初始化uIP,并设置IP地址(192.168.1.16)等,然后监听80端口和1200端口,并尝试连接远程1400端口,80端口用于实现WEB Server功能,1200端口用于实现TCP Server功能,连接1400端口实现TCP Client功能。此时,我们在电脑浏览器输入http://192.168.1.16 ,就可以登录到一个界面,该界面可以控制开发板上两个LED灯的亮灭,还会