【筆記】NodeMcu作爲Client與Server通訊(未整理)

NodeMcu作爲Client經過TCP與server通訊web srv = net.createConnection(net.TCP, 0) srv:on("receive", function(sck, c) print(c) end) srv:connect(3000,"192.168.1.125") srv:on("connection", function(sck, c) prin
相關文章
相關標籤/搜索