Hello I am new to the topic of beacons, and I created a server in node, but when passing the url and the uri I do not know what url to put.
This is the example code on github that i used
i cant upload images, cuz im a new user sorry
Hello I am new to the topic of beacons, and I created a server in node, but when passing the url and the uri I do not know what url to put.
This is the example code on github that i used
i cant upload images, cuz im a new user sorry
Don’t use localhost
as HOST name. It can only be connected by your laptop. Use the IP in your LAN network instead
e.g. 192.168.1.123
Change the Host to 192.168.1.159
. The field is just host.
Thank you, it’s working fine.