搜索资源列表
nichelite.for.lpc
- his document describes the NicheLite for LPC product. The product consists of the following files: readme.txt - this document lpc_30src.zip - source files lpc_30doc.zip - documentation NicheLite for LPC is an implementation of the
dnsClient
- C#实现的DNS客户端源代码-C# DNS client source code
计算机网络实验
- DNS Client和SMTP Client-DNS Client and Client SMTP
DNS服务器
- DNS服务器的源码,vc,包含客户端nslookup的源码-DNS server source code, vc, including client nslookup the source
VBSocketProgramming
- Visual Basic Examples: TCP/IP Client/Server HTTP/HTTPS ICMP Gt/Set SNMP SNMP Trap SSH IP2Country Wake On Lan Telnet HTTP-POST FTP DNS, RSH, UDP, NTP-Visual Basic Examples: TCP/IP Client/Server HTTP/HTTPS ICMP Gt/Set SN
dnsclientlinux
- an implementation of a dns client in c, linux using sockets. you can find hosts or ip addresses or other information.
DHCP
- 动态主机配置协议(DHCP)是用来自动给客户机器分配 TCP/IP 信息的网络协议。每个 DHCP 客户都连接到中央位置的 DHCP 服务器,该服务器会返回包括 IP 地址、网关和 DNS 服务器信息的客户网络配置-Dynamic Host Configuration Protocol (DHCP) is used to automatically allocated to the client machine TCP/IP network protocol information. Each
TCP_IP_Why_I_need_a_DNS_Server
- Why I need to configure a DNS Server?. A pdf ebook with a basic, very simple explanations of how works DNS services for a client-host conexion.
eDNS.pl
- Dynamic DNS client for www.everydns.com
Dns_Client
- this program is a dns protocol client, sends the query to certain server and analysis the answer to display it, it works using both udp and tcp protocols
DNS
- DNS for Wiznet iichip WIZ200web dns client with lots of features and works.
mydns-1.1.0
- dns代理服务器,接收客户端发来的ip地址请求,然后将域名转化成相应的ip地址,再发回给客户端-The DNS proxy server, the receiving client to the IP address request, then the domain is transformed into the corresponding IP address, and then sent back to the client
DNS-Web-Client
- A web client for Arduino.
DNS
- Bittorrent客户端源代码 :dns服务器代码-bt client source code: dns server code
dns_client
- DNS CLIENT 可以通过这个建立连接 进行相应操作 -DNS cilent
gethost
- 域名解析客户端,通过域名解析目标主机的IP地址。-DNS client, and DNS the IP address of the target host.
w
- DNS客户端的配置与DNS的工作原理 HTTP的协议工作原理-Configuration of the DNS client and DNS worksHTTP protocol works
DNS
- 设计一个DNS服务器程序,读入“域名-IP地址”对照表,当客户端查询域名对应的IP地址时,用域名检索该对照表,三种检索结果: 检索结果为ip地址0.0.0.0,则向客户端返回“域名不存在”的报错消息(不良网站拦截功能) 检索结果为普通IP地址,则向客户返回这个地址(服务器功能) 表中未检到该域名,则向因特网DNS服务器发出查询,并将结果返给客户端(中继功能) 考虑多个计算机上的客户端会同时查询,需要进行消息ID的转换 -Designing a DNS server progr
DNS
- dns协议栈客户端实现,实现了多种解析格式,不仅是域名解析ip,还有ENUM的格式解析-dns client protocol stack, has implemented a variety of analytical formats, not only DNS ip, there ENUM format parsing
c-ares-1.13.0.tar
- c-ares是一个C语言的异步DNS解析库,可以很方便的和使用者的事件循环统一起来,实现DNS的非阻塞异步解析,libcurl, libevent, gevent, nodejs都在使用。(Asynchronous implementation of DNS client)