c# - Talking to a network device -


i have device on network need data out of using c#. know have use sockets within c# know of program lets me trial sending , receiving data device. example going vague documentation have, can pass device binary number , send me result. there software let me test this?? thankyou

the question felt bit vague, here goes hope acceptable answer:

you'll need more information on protocol. myself, after i've gathered information know, write small script in linqpad in order craft packets , record responses.

it might use third party software listen responses, wireshark / microsoft network monitor. also, listening devices chatter can process, , can aforementioned wireshark or mnm. in order effective, you'll need listening traffic using hub or network tee.

have fun.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -