Download presentation
Presentation is loading. Please wait.
Published byEthan Golden Modified over 9 years ago
1
Simple Socket Server m5151117 Yumiko Kimezawa September 19, 20121RPS
2
Outline Current Work -Simple Socket Server Future Work September 19, 2012RPS2
3
Simple Socket Server September 19, 2012RPS3
4
Simple Socket Server Demonstrating communication with telnet client on a development host PC The example consists of a socket server task that listens for commands on a TCP/IP port and dispatches those commands to a set of LED management tasks September 19, 2012RPS4
5
Procedure of sending and receiving September 19, 2012RPS5 socket bind listen accept recv send shutdown close socket connect send recv shutdown close TCP/IP ClientServer
6
Future Work Understanding simple socket server example Transmitting processing results from BANSMOM system to the PC using socket September 19, 2012RPS6
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.