I wish to create an iphone app the would send strings via telnet to a device im working on. Are there any telnet libraries where i could start looking at some code.
-Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sure, there are a number of approaches depending upon the language you want to use (C, C++, Obj-C…). Here are some previous questions that should get you on your way:
iPhone socket program
https://stackoverflow.com/questions/1349346/telnet-library-for-c
Using telnet in a C Program