搜索资源列表
JBSocketServerTestSource
- Testing TCP and UDP socket servers using C# and .NETWhen you re developing a TCP/IP server application it s easy to test it poorly. It s easy to fire requests into a server, check the responses and assume that s enough. Even if you re testing using t
enet_lwip
- 基于ARM CORTEX M3 的lwip 程序设计-//! This example application demonstrates the operation of the Stellaris //! Ethernet controller using the lwIP TCP/IP Stack. DHCP is used to obtain //! an Ethernet address. If DHCP times out without obtaining an addr
wait-for-up
- 一个bash脚本,用于等待主机和TCP端口的可用性(是否已启动)。 注:需 nc 应用程序(Use for check if host connection is up (TCP). Good for synchronization)