搜索资源列表
Mavell_AP32_dhcp
- Mavell 无线模块原厂IC AP32源代码。DHCP客户端与服务端源代码-Mavell wireless module IC manufacturer AP32 source code. DHCP client and server source code
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
dhcp-3.1.3.tar.gz
- ICS dhcp client/ server code. support Linux, bsd, .... Cross-platfrom, rich functionalities.
ICOP_Vortex86_50genWindowsCE
- 下面一步一步引导如何使用ICOP_Vortex86_50 BSP 包生成,定制,编译,下载Windows CE 5.0 内核镜像. 开发机安装 Windows XP 专业版以及最新补丁. 目标机采用 eBoxII. 两台机器用HUB 连接 到局域网,并用DHCP 服务器自动分配IP 地址.-The following step-by-step guide how to use the package ICOP_Vortex86_50 BSP generation, customiza
qianrudhcp
- 详细分析了嵌入式系统DHCP客户端协议的实现原理,给出了详细的协议状态变迁图,对Rabbit2000嵌入式系统DHCP客户端协议进行了改进,引入了新的服务器DHCPOFFER响应选择策略,并给出了实现代码-A detailed analysis of the embedded system DHCP client protocol implementation of the principle of the agreement gives a detailed state transition
rfc5010.txt
- Abstract This memo defines a new suboption of the Dynamic Host Configuration Protocol (DHCP) relay agent information option that allows the DHCP relay to specify flags for the forwarded packet. One flag is defined to indicate whether the DHCP
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
STM32F_ETH__V1.0.0
- 基于STM32F107的LWIP协议程序,支持UDP、DHCP、tftp等协议,-The STM32F107 LwIP Demonstration Package is a set of networking applications for STM32F107 microcontrollers build on top of the free LwIP TCP/IP stack, and contains: A DHCP client, for IP address setting
NDK_network
- DM642的网络开发。这个是网络传输的例程,基于NDK1.7的client 例子, 可以运行在VMD642开发板上。 1、需要首先安装NDK1.7 2、client.pjt工程文件在evmdm642目录里 3、工程运行后,在stdout窗口中会显示出当前板卡的IP地址。 缺省的采用固定IP地址:192.168.1.107 你可以修改这个地址,如果是DHCP方式,请改为0.0.0.0 4、工程运行后,可以用winapps里的客户端例程来测试,请在
dhcp
- 嵌入式linux下的dhcp协议程序,分为server和client两部分。-dhcp program,server and client
SMTP_Client
- stm32平台的SMPT客户端程序,可实现单片机发送邮件功能-This program is an SMTP Client example. It shows you how to send a dynamic email to an email address. This example will configure the LAN network parameters for the evaluation board automatically if a DHCP Serve
STM32--W5500-DHCP
- 基于STM32和W5500,W5500作为DHCP客户端,路由器作为DHCP服务器,W5500发送广播包获取IP地址。-Based on STM32 and W5500, take W5500 as a DHCP client,take router as a DHCP server, router. W5500 sends a broadcast packet to obtain IP address.
LWIP-SERVER-AND-CLIENT-
- LWIP在stm32f103zet6开发板上实现的服务器和客户端程序,使用DHCP。附一些调试总结。-LWIP implementation on the stm32f103zet6 development board of the server and the client program, use DHCP. Attached some debugging summary.
NETCONN_TCP
- 本实验将实现如下功能:使用UCOS操作系统,DHCP作为一个任务来运行,当获取到IP地址以后就会自动挂起DHCP任务。本实验中开发板与网络调试助手之间建立TCP连接,其中开发板做TCP服务器,网络调试助手做TCP客户端,TCP连接以一个任务的方式来运行的,网络调试助手尝试连接开发板,当连接成功以后就建立起了一个TCP连接,然后就可以通过网络调试助手向开发板发送数据,开发板接收数据后通过串口发送给串口调试助手。也可以通过按下开发板的KEY0键来向网络调试助手发送数据-The experiment
NETCONN_TCP-client
- 本实验将实现如下功能:使用UCOS操作系统,DHCP作为一个任务来运行,当获取到IP地址以后就会自动挂起DHCP任务。本实验中开发板与网络调试助手之间建立TCP连接,其中开发板做TCP客户端,网络调试助手做TCP服务器,TCP连接以一个任务的方式来运行的,开发板尝试连接网络调试助手,当连接成功以后就建立起了一个TCP连接,然后就可以通过网络调试助手向开发板发送数据,开发板接收数据后通过串口发送给串口调试助手。也可以通过按下开发板的KEY0键来向网络调试助手发送数据。-The experiment
NETCONN_WEBserver
- 本实验将实现如下功能:上电以后初始化相应的外设,如果开启了DHCP的话就获取IP地址等信息,在本实验中开发板为WebServer服务器,当开发板LCD进入主界面以后我们就可以在浏览器中输入开发板的IP地址来访问WsbServer服务器,可以在浏览器中控制开发板的相应外设,如LED、蜂鸣器。也可以通过浏览器来查看AD值和STM32F407内部温度传感器值。-The experiment will achieve the following functions: power after initia
RAW_Webserver
- 本实验将实现如下功能:上电以后初始化相应的外设,如果开启了DHCP的话就获取IP地址等信息,在本实验中开发板为WebServer服务器,当开发板LCD进入主界面以后我们就可以在浏览器中输入开发板的IP地址来访问WsbServer服务器,可以在浏览器中控制开发板的相应外设,如LED、蜂鸣器。也可以通过浏览器来查看AD值和STM32F407内部温度传感器值。-The experiment will achieve the following functions: power after initia
FreeRTOS_lwIP_httpd
- FreeRTOS_lwIP_httpd代码-A simple HTTP server demonstrates LwIP under FreeRTOS™ . This HTTP server’s IP address could be configured statically to 192.168.0.2, or assign by DHCP server.
STM32F103C8 FUIP
- 用的stm32开发板,外加ENC28J60模块,FUIP的STM32最稳定版。程序中可稳定运行HTTP,TCP Server TCP CLIENT ,UDP。最难得是可以自动获取IP DHCP功能(The STM32 development board, the ENC28J60 module, and the most stable STM32 version of FUIP. In the program, HTTP can be run steadily, TCP Server TCP C
stm32 dhcp
- STM32单片机 TCPserver服务器 DCHP 自动获取IP地址(STM32 MCU TCPserver server DCHP automatically obtain IP address)