简体   繁体   English

我在哪里可以找到有关自动配置嵌入式设备的网络编程的信息?

[英]Where do I look to learn about Network Programming to Auto Configure Embedded Devices?

I am a 16 year Windows UI developer and am now researching Network Programming on Embedded Devices. 我是16岁的Windows UI开发人员,现在正在研究嵌入式设备上的网络编程。 This is completely out of my realm of expertise. 这完全超出了我的专业领域。 I need to research network programming on 2 devices: 我需要研究2种设备上的网络编程:

Device 1 will use Windows Embedded Compact 7 (WEC7) as its operating system. 设备1将使用Windows Embedded Compact 7(WEC7)作为其操作系统。 It will need to auto-configure its network (plug and play) so that it can connect to Device 2 via Ethernet. 它需要自动配置其网络(即插即用),以便它可以通过以太网连接到设备2。

Device 2 will act as a switch to connect Device 1 with a PC or LAN. 设备2将充当将设备1与PC或LAN连接的交换机。 Device 2 will use our custom operating system and will have 2 Ethernet ports. 设备2将使用我们的自定义操作系统,并将具有2个以太网端口。 We need to write our network code on that system from the ground up. 我们需要从头开始在该系统上编写网络代码。

We want Device 1 and Device 2 to auto-configure themselves so the user doesn't have to do any configuration of the network. 我们希望设备1和设备2自动配置自己,这样用户就不必对网络进行任何配置。 They should just plug and play. 他们应该即插即用。

Device 1 <--(Plugs into)--> Device 2 <--(Plugs into)--> LAN or PC 设备1 <-(插入)->设备2 <-(插入)-> LAN或PC

So where should I look to figure out how to program this network functionality from the ground up on a our custom operating system, and where should I look to learn about Windows Embedded Compact 7 Network auto-configuration programming? 因此,我应该在哪里寻找如何在我们的自定义操作系统上从头开始对此网络功能进行编程,以及在哪里应该了解Windows Embedded Compact 7网络自动配置编程? Are there any good books or online tutorials that you would recommend? 您有没有推荐的好书或在线教程?

We haven't decided on the protocols we will use, that's what I'm trying to research. 我们尚未决定要使用的协议,这就是我要研究的内容。

Any and all help would be greatly appreciated. 任何和所有帮助将不胜感激。

Ok, 好,

I found the answer, or at least a good starting point. 我找到了答案,或者至少是一个很好的起点。 It's called UPnP Forum. 它称为UPnP论坛。 They have a great overview document: 他们有一个很棒的概述文档:

UPnP Device Architecture 1.1 UPnP设备架构1.1

The above document talks about getting devices to be Network Plug And Playable. 上面的文档讨论了使设备具有网络即插即用功能。 So they auto configure their IPs or use DHCP if necessary, and it talks about how this is all to be accomplished. 因此,他们会自动配置IP或在必要时使用DHCP,并讨论如何完成这些工作。

If anybody else knows of a good resource similar to the one above, or tutorials, please let me know. 如果其他人知道与上述资源或教程相似的优质资源,请告诉我。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM