As the title says... Chat on...

User avatar
By picstart
#6549 Some IDE's provide info as to methods and properties by code completion.. example
server = net.createServer(net.TCP)

typing net. would give a list of properties and methods.
Issue:
I'd like to get the clientip when the client connects to the server...I looked at getpeername() but it didn't work returned nil
How do I get the clientip?
How do you know what methods are supported?
.. ex server = net.createServer(net.TCP allows
code like server:listen with a call back function to accept the payload.

Can esp8266 lua code be emulated in a PC IDE that will expose the capabilities of the lua libraries and functions?