开发者

Read ARP cache from machine

I'm working on a program that read arp cache from machine. I'm using Cocoa. There's a library called libdne开发者_如何学JAVAt (libdnet.sourceforge.net) which has arp reading function. But I don't know how to write a code to use that function. Please help.


You'll need to know C and apply that knowledge to call the library's functions. See this question for links to C-learning resources.

Objective-C is a superset of C, so you'll be able to integrate the C code to call those functions into your Objective-C methods just fine once you know both languages.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜