Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 373 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 373 Bytes

showMyRaspberryPiIP-

局域网找到自己的树莓派IP

基于Nodejs实现的UDP监听,回应自己的IP

依赖7.x以上版本的nodejs

自带apt-get资源nodejs版本非常非常的低,需要更新至较高的版本,安装nodejs8x的方法如下:

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs