I am a 16 year Windows UI developer and am now researching Network Programming on Embedded Devices. This is completely out of my realm of expertise. I need to research network programming on 2 devices:
Device 1 will use Windows Embedded Compact 7 (WEC7) as its operating system. It will need to auto-configure its network (plug and play) so that it can connect to Device 2 via Ethernet.
Device 2 will act as a switch to connect Device 1 with a PC or LAN. Device 2 will use our custom operating system and will have 2 Ethernet ports. We need to write our network code on that system from the ground up.
ユーザーがネットワークの構成を行う必要がないように、デバイス1とデバイス2が自動的に構成するようにします。プラグアンドプレイするだけです。
デバイス1<-(プラグイン)->デバイス2 <-(プラグイン)->LANまたはPC
では、カスタムオペレーティングシステムでこのネットワーク機能をゼロからプログラムする方法をどこで理解する必要がありますか。また、Windows EmbeddedCompact7ネットワークの自動構成プログラミングについてどこで学ぶ必要がありますか。おすすめの良い本やオンラインチュートリアルはありますか?
使用するプロトコルはまだ決まっていません。それが私が研究しようとしていることです。
ありとあらゆる助けをいただければ幸いです。