-->
Page 1 of 1

Is it possible to create ARP table using NodeMCU firmware?

PostPosted: Tue Apr 28, 2015 1:32 am
by sarjansatra
I want to address multiple NodeMCU clients using a single NodeMCU server. Is it possible to create ARP (Address Resolution Protocol) table using NodeMCU firmware? :?:

How should I go about writing Lua script to achieve the same?

Thanks :)

Re: Is it possible to create ARP table using NodeMCU firmwar

PostPosted: Fri May 01, 2015 4:41 am
by cal
Moin,

I don't see why you need to modify arp tables for this. Just use Tcp or udp with ip adresses.
You cal alway set static ip adresses.

Cal