以编程方式访问自组织网络的寻址?

发布于 2024-12-23 03:40:50 字数 204 浏览 2 评论 0原文

我正在使用我的笔记本电脑来测试它以创建临时网络。

我希望能够以编程方式访问该区域中任何其他芯片的唯一 mac id,类似于路由器。

如果需要的话,任何类型的文件日志记录都可以。完美的设置是在发现新的 MAC 地址或重新发现地址时进行事件设置。将运行一个脚本,并传入 id。

谁能帮我弄清楚应该看哪里,或者至少为我指出一个好的方向来弄清楚?谢谢!!

I'm testing this using my laptop to create the ad-hoc network.

I would like to be able to programmatically access the unique mac ids of any other chips in the area similar to a router.

Any kind of file logging would work, if that's what it needs to be. The perfect set up would be an evented set up that on discovery of a new mac address, or rediscovery of an address. A script would run, passing in the id.

Can anyone one help me figure out where one would look, or atleast point me in a good direction to figure it out? Thanks!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泅渡 2024-12-30 03:40:50

您可以使用arp -a 查看当前的 ARP 表,该表为您提供了计算机与之通信的所有设备(它们的 IP 和 MAC 地址)。如果您只对特定网络/设备感兴趣,则可以按接口进行过滤。

You can use arp -a to see the current ARP table which gives you all devices that your computer has talked to (their IP and MAC addresses). You can filter by interface if you're interested only in a particular network/device.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文