由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - DHCP server
相关主题
怎样高效管理内存?多线程程序有什么好的调式方法?
(ZT) 怎样学习RTOS?Scala 1-star, would not program again
btw, MS C++ 是ECMA-372标准中国航天SpaceOS操作系统
为啥大家都比较python的web framework呢Paypal抛弃Java是因为Douglas Crockford吗?
C++是给神仙用的语言为什么Java在内置系统里争不过C++?
建议大家介绍自己日常的编程任务,工具,如何选择c++就像一个贼船
嵌入式怎么才能入门谁能示范一个小的C程序
苹果的OS X为什么从Mach内核转用BSD内核?请教:属于google不到答案的问题
相关话题的讨论汇总
话题: dhcp话题: server话题: system话题: client话题: ip
进入Programming版参与讨论
1 (共1页)
t***i
发帖数: 40
1
Hi,
I am trying to develop a small dhcp server to an embedded system. So when a
client system connects to it, a IP can be assigned to this client. The dhcp
server in linux seems too big. Is there some simple examples I can get
started with?
Thanks
w*****r
发帖数: 153
2
Use udhcpd with busybox.
D*********s
发帖数: 555
3
dnsmasq不够小?

a
dhcp

【在 t***i 的大作中提到】
: Hi,
: I am trying to develop a small dhcp server to an embedded system. So when a
: client system connects to it, a IP can be assigned to this client. The dhcp
: server in linux seems too big. Is there some simple examples I can get
: started with?
: Thanks

t***i
发帖数: 40
4
Thanks. I am using a RTOS named PharLap ETS which is a Win32 API compliant
Os. Is it easy to port udhcp or dnsmassq this kind of system?

a
dhcp

【在 t***i 的大作中提到】
: Hi,
: I am trying to develop a small dhcp server to an embedded system. So when a
: client system connects to it, a IP can be assigned to this client. The dhcp
: server in linux seems too big. Is there some simple examples I can get
: started with?
: Thanks

1 (共1页)
进入Programming版参与讨论
相关主题
请教:属于google不到答案的问题C++是给神仙用的语言
Visual studio IDE 之父也被裁了 (转载)建议大家介绍自己日常的编程任务,工具,如何选择
这几天试了一下linux c++ IDE嵌入式怎么才能入门
嵌入式Web有什么注意事项?苹果的OS X为什么从Mach内核转用BSD内核?
怎样高效管理内存?多线程程序有什么好的调式方法?
(ZT) 怎样学习RTOS?Scala 1-star, would not program again
btw, MS C++ 是ECMA-372标准中国航天SpaceOS操作系统
为啥大家都比较python的web framework呢Paypal抛弃Java是因为Douglas Crockford吗?
相关话题的讨论汇总
话题: dhcp话题: server话题: system话题: client话题: ip