Telnet Iphone Development
I wish to create an iphone app the would send strings via telnet to a device im working on. Are there any t开发者_高级运维elnet libraries where i could start looking at some code.
-Thank you
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
精彩评论