資料介紹
軟件簡(jiǎn)介
OpenWrt Node.js Packages (nodejs)
Description
OpenWrt/LEDE Node.js Packages : for Head (Development branch)
Note: support arches are aarch64, arm, x86_64
MIPS without hardware FPU no longer be supported
License
See LICENSE file.
Usage
Add the following line to feeds.conf or feeds.conf.default.
src-git node https://github.com/nxhack/openwrt-node-packages.git
Run
./scripts/feeds update node
rm ./package/feeds/packages/node
rm ./package/feeds/packages/node-*
./scripts/feeds install -a -p node
make defconfig
Request to add a package is welcome
If you want a new module (native module) that requires a precompiled binary, please open the issue.
Note
If you want to use with Chaos Calmer(15.05), see for-15.05 branch (End of life)
If you want to use with LEDE (17.01), see lede-17.01 branch (End of life)
If you want to use with 18.06, see openwrt-18.06 branch (End of life)
If you want to use with 19.07, see openwrt-19.07 branch (MIPS FPU EMULATOR support)
If you want to use with 21.02, see openwrt-21.02 branch (MIPS is no longer supported)
OpenSSL 1.0.x becomes EoL, OpenWrt-18.06 will not be supported. Python2 becomes EoL, node v8.x will not be supported.
On the host side, the following preparations are required.
- Unix prerequisites
- To build a 32-bit target, gcc-multilib, g++-multilib are required.
- The libatomic package is required. (Install the 32-bit library at the same time, if necessary).
Illegal instruction issue
V8 JIT code generates FP instruction. Node.js does not work without hardware FPU.
If you are running nodejs on the Atheros AR71xx/AR933x, MediaTek MT76x8, it will not work because there is no hardware FPU. ARM cores without vfp or neon (such as bcm53xx) will not work either.
Enable Inspector
Processor | ICU | Inspector |
---|---|---|
32bit | Disable | NO |
32bit | small-icu | YES |
64bit | Disable | NO |
64bit | small-icu | YES |
64bit | system-icu | YES |
Debugging Guide Nice to use Chrome DevTools.
Note: ICU currently supports only LITTLE ENDIAN.
Note about mDNS and homebridge
If you use node-homebridge(node-hap-nodejs), please install mDNS package (umdns / avahi-dbus-daemon / mdnsresponder).
(1) Some OpenWrt / Lede images have built in dnscrypt-proxy package, which by default listening on 5353 port.
In that case, installed avahi-daemon will not start on ipv4 interface, only on ipv6 because ipv4 port is taken.
This will lead to strange issue: your homebrdge accessory will be visible in 'Home' app, but can't finish pairing.
To fix this, you have to stop and disable dnscrypt-proxy
Also, you have to enable: dbus and avahi-daemon services to start automatically, i.e for Lede:
/etc/init.d/dbus enable
/etc/init.d/avahi-daemon enable
(2) avahi on home network
Please read this document. 'Why avahi and bonjour don't work on your home network'
IGMP-querier will solve your problem.
OpenWrt custom packages available: https://github.com/nxhack/openwrt-custom-packages
Low memory
Specify v8-options.
--max_old_space_size=80
Or use swap.
Modules that use pre-compiled binary (native module)
node-authenticate-pam
node-aws-crt
node-bcryp
node-bignum
node-bluetooth-hci-socket
node-bufferutil
node-deasync
node-ejdb2_node
node-epoll
node-expat
node-ffi-napi (ffi-napi, ref-napi)
node-fuse-bindings
node-hid
node-pty-prebuilt-multiarch
node-i2c-bus
node-leveldown
node-megahash
node-mdns
node-net-ping (raw-socket)
node-openzwave-shared
node-pi-spi
node-pty
node-rpio
node-serialport-bindings
node-sleep
node-spi-device
node-sqlite3
node-statvfs
node-ubus
node-usb
node-utf-8-validate
node-zigbee2mqtt (@serialport/bindings,unix-dgram)
Other modules can be installed by 'npm install'.
Package Guidelines
See CONTRIBUTING.md file.
- 迅為i.MX6Q開(kāi)發(fā)板Openwrt 文件系統(tǒng)構(gòu)建
- KICAD插件使用說(shuō)明書(shū) 8次下載
- TYPE C24PIN雙排插件原理圖 28次下載
- 12*12插件觸控開(kāi)關(guān)原理圖 4次下載
- 4.5*4.5插件觸控開(kāi)關(guān)原理圖 9次下載
- openwrt下面創(chuàng)建package之Makefile模版 0次下載
- USB數(shù)據(jù)抓包軟件程序下載 7次下載
- Openwrt通用固件 make menuconfig配置教程 4次下載
- OpenWrt路由器的使用教程資料說(shuō)明 58次下載
- openwrt如何更換原有的Linux內(nèi)核版本 0次下載
- Unity3D插件——LitJson下載 0次下載
- openwrt_wr703nv1固件和升級(jí)包 25次下載
- openwrt頁(yè)面升級(jí)整理 25次下載
- openwrt系統(tǒng)的使用技巧 30次下載
- OBS邊緣節(jié)點(diǎn)中變長(zhǎng)數(shù)據(jù)包突發(fā)匯聚實(shí)現(xiàn)
- dfrobot面包板實(shí)驗(yàn)插件——電阻包簡(jiǎn)介 2007次閱讀
- dfrobot面包板實(shí)驗(yàn)插件LED插件包簡(jiǎn)介 1174次閱讀
- dfrobot面包板實(shí)驗(yàn)插件電容包簡(jiǎn)介 1440次閱讀
- 一文詳解OpenWrt系統(tǒng)架構(gòu)和其他系統(tǒng)架構(gòu)的對(duì)比 2.2w次閱讀
- 細(xì)數(shù)工具包Kanzi? UI及Kanzi Connect?其中每個(gè)插件實(shí)現(xiàn)的功能 1w次閱讀
- 基于OpenWrt的6LoWPAN邊界路由器的實(shí)現(xiàn) 3748次閱讀
- 基于OpenWRT智能家庭安防系統(tǒng)的研究與實(shí)現(xiàn) 3132次閱讀
- openwrt都有什么功能_openwrt詳細(xì)功能介紹_openwrt刷機(jī)教程 16.5w次閱讀
- 路由器刷openwrt好處_路由器怎么刷openwrt 17.1w次閱讀
- openwrt支持usb自動(dòng)mount的功能 1.5w次閱讀
- openwrt是什么_openwrt有什么用 5.7w次閱讀
- openwrt啟動(dòng)過(guò)程詳細(xì)分析 1.2w次閱讀
- openwrt如何修改為國(guó)內(nèi)軟件源 2.8w次閱讀
- openwrt無(wú)線中繼設(shè)置步驟 7.9w次閱讀
- openwrt路由器配置方法技巧分享 9.9w次閱讀
下載排行
本周
- 1山景DSP芯片AP8248A2數(shù)據(jù)手冊(cè)
- 1.06 MB | 532次下載 | 免費(fèi)
- 2RK3399完整板原理圖(支持平板,盒子VR)
- 3.28 MB | 339次下載 | 免費(fèi)
- 3TC358743XBG評(píng)估板參考手冊(cè)
- 1.36 MB | 330次下載 | 免費(fèi)
- 4DFM軟件使用教程
- 0.84 MB | 295次下載 | 免費(fèi)
- 5元宇宙深度解析—未來(lái)的未來(lái)-風(fēng)口還是泡沫
- 6.40 MB | 227次下載 | 免費(fèi)
- 6迪文DGUS開(kāi)發(fā)指南
- 31.67 MB | 194次下載 | 免費(fèi)
- 7元宇宙底層硬件系列報(bào)告
- 13.42 MB | 182次下載 | 免費(fèi)
- 8FP5207XR-G1中文應(yīng)用手冊(cè)
- 1.09 MB | 178次下載 | 免費(fèi)
本月
- 1OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234315次下載 | 免費(fèi)
- 2555集成電路應(yīng)用800例(新編版)
- 0.00 MB | 33566次下載 | 免費(fèi)
- 3接口電路圖大全
- 未知 | 30323次下載 | 免費(fèi)
- 4開(kāi)關(guān)電源設(shè)計(jì)實(shí)例指南
- 未知 | 21549次下載 | 免費(fèi)
- 5電氣工程師手冊(cè)免費(fèi)下載(新編第二版pdf電子書(shū))
- 0.00 MB | 15349次下載 | 免費(fèi)
- 6數(shù)字電路基礎(chǔ)pdf(下載)
- 未知 | 13750次下載 | 免費(fèi)
- 7電子制作實(shí)例集錦 下載
- 未知 | 8113次下載 | 免費(fèi)
- 8《LED驅(qū)動(dòng)電路設(shè)計(jì)》 溫德?tīng)栔?/a>
- 0.00 MB | 6656次下載 | 免費(fèi)
總榜
- 1matlab軟件下載入口
- 未知 | 935054次下載 | 免費(fèi)
- 2protel99se軟件下載(可英文版轉(zhuǎn)中文版)
- 78.1 MB | 537798次下載 | 免費(fèi)
- 3MATLAB 7.1 下載 (含軟件介紹)
- 未知 | 420027次下載 | 免費(fèi)
- 4OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234315次下載 | 免費(fèi)
- 5Altium DXP2002下載入口
- 未知 | 233046次下載 | 免費(fèi)
- 6電路仿真軟件multisim 10.0免費(fèi)下載
- 340992 | 191187次下載 | 免費(fèi)
- 7十天學(xué)會(huì)AVR單片機(jī)與C語(yǔ)言視頻教程 下載
- 158M | 183279次下載 | 免費(fèi)
- 8proe5.0野火版下載(中文版免費(fèi)下載)
- 未知 | 138040次下載 | 免費(fèi)
評(píng)論
查看更多