obrienj Posted May 31, 2008 Posted May 31, 2008 Has anyone written an AutoIt program to behave like the .Net class TCPServer and communicate with a C# program that is using .Net TCPClient? I have a situation where I need to communicate with an exisitng C# program using .Net TCPClient. I would rather use AutoIt for my end of the conversation. Regards, Jim
Richard Robertson Posted May 31, 2008 Posted May 31, 2008 You can write network systems in any language as long as the protocol is the same. As long as you are using standard sockets and nothing weird, you can write your end in whatever you want.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now