opengnb: version 1.6.4 is ported to openwrt#28956
opengnb: version 1.6.4 is ported to openwrt#28956charleschan2006-alias wants to merge 4 commits intoopenwrt:masterfrom
Conversation
|
greatly support, i desperately need this feature |
|
感谢大佬的移植!以后不用自己在 OpenWrt 上编译了! |
This ports opengnb version 1.6.3 to OpenWrt. Signed-off-by: charles chan <hollidgelongsun157@gmail.com>
e829618 to
46ea109
Compare
|
charleschan2006-alias made great efforts for OpenGNB porting to OpenWRT platform |
|
Nice work! No more manual compilation from now on. |
|
Great addition! This would be a very useful tool for OpenWrt users. Hope to see it merged soon. |
BKPepe
left a comment
There was a problem hiding this comment.
I noticed that you are including a lot of configuration files for Darwin, FreeBSD, and OpenBSD. However, these are not used within the OpenWrt environment, and the Makefile does not reference them at all. Is there a reason for including these redundant files in the OpenWrt package?
net/opengnb/Makefile
Outdated
| define Build/Compile | ||
| $(MAKE) -C $(PKG_BUILD_DIR) \ | ||
| $(TARGET_CONFIGURE_OPTS) \ | ||
| CFLAGS="$(TARGET_CFLAGS) -I. -I./src -I./libs -I./libs/miniupnpc -I./libs/libnatpmp -I./libs/zlib -D_GNU_SOURCE -DNO_GZIP=1 -DGNB_OPENWRT_BUILD=1" \ |
There was a problem hiding this comment.
I have a question regarding the bundling of numerous libraries and applications. It seems redundant to me, especially since we already have packages like miniupnpc, zlib, and libnatpmp present in the system. Shouldn't these be treated as external dependencies instead of being bundled directly?
There was a problem hiding this comment.
use openwrt lib as well. update the package version to 1.6.4. please check.
net/opengnb/Makefile
Outdated
| PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-ver$(PKG_VERSION) | ||
|
|
||
| PKG_MAINTAINER:=OpenGNB Developer <hollidgelongsun157@gmail.com> | ||
| PKG_LICENSE:=GPL-3.0 |
There was a problem hiding this comment.
This SPDX License Identifier is deprecated.
There was a problem hiding this comment.
changed to GPL-3.0-or-later.
|
good jod! I love your work! |
|
oh yeah. that's meaning not need to recompile . 如果能进就太好了。 |
Signed-off-by: charles chan <hollidgelongsun157@gmail.com>
Signed-off-by: charles chan <hollidgelongsun157@gmail.com>
Signed-off-by: charles chan <hollidgelongsun157@gmail.com>
|
Useful tool, highly recommended. |
📦 Package Details
PKG_MAINTAINER:= Charles Chan hollidgelongsun157@gmail.com
opengnb: version 1.6.3 is ported to openwrt
Description:
OpenGNB is an open source P2P decentralized Software Defined Virtual Network with extreme intranet penetration capability,Allows you to combine your company-home network into a direct-access LAN.
All code related to the GNB project is released as open source, and the currently released source code supports the following platforms: FreeBSD Linux OpenWRT Raspberrypi OpenBSD macOS
GNB Features
Intranet penetration P2P VPN
No public IP required
Extreme link capability
Unlimited speed effects
Data Security
Reliable authentication between GNB nodes based on elliptic curve digital signature
Multi-platform support
GNB is developed in C language. It does not need to refer to third-party library files when compiling. It can be easily ported to the current popular operating systems. Currently supported operating systems and platforms include Linux_x86_64, Windows10_x86_64, macOS, FreeBSD_AMD64, OpenBSD_AMD64, Raspberry Pi, OpenWRT; as big as server environment, desktop system, as small as OpenWRT router with only 32M memory can run GNB network very well.
🧪 Run Testing Details
✅ Formalities