All Projects → ZRouter → ZRouter

ZRouter / ZRouter

Licence: other
No description or website provided.

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
Makefile
30231 projects
shell
77523 projects
perl
6916 projects
lua
6591 projects

Projects that are alternatives of or similar to ZRouter

Raspberrypipkg
DEPRECATED - DO NOT USE | Go here instead ->
Stars: ✭ 758 (+4637.5%)
Mutual labels:  freebsd, firmware
books-and-articles
Books written from me to my own language
Stars: ✭ 15 (-6.25%)
Mutual labels:  freebsd
Original-CR10-Marlin-Firmware-Source
This is the ORIGINAL Creality CR10 Firmware Source as Creality installs it.
Stars: ✭ 16 (+0%)
Mutual labels:  firmware
sympetrum-v2
A communicative piece of wearable electronics.
Stars: ✭ 22 (+37.5%)
Mutual labels:  firmware
kikpad
KiKPad : the Midiplus SmartPad reinvented !
Stars: ✭ 31 (+93.75%)
Mutual labels:  firmware
voron-ht
Klipper configuration for my Voron 2.4
Stars: ✭ 20 (+25%)
Mutual labels:  firmware
ancistrus
Netgear's D7000 Nighthawk Router Experience Distributed Project
Stars: ✭ 61 (+281.25%)
Mutual labels:  firmware
GoRAT
GoRAT (Go Remote Access Tool) is an extremely powerful reverse shell, file server, and control plane using HTTPS reverse tunnels as a transport mechanism.
Stars: ✭ 34 (+112.5%)
Mutual labels:  freebsd
airyx
A BSD-based OS project that aims to provide an experience like and some compatibility with macOS (formerly known as airyxOS)
Stars: ✭ 2,490 (+15462.5%)
Mutual labels:  freebsd
TinyCore
TinyCore boards / attiny 1 series Core, Arduino IDE Core, targets ATtiny 417 / 814 / 816 / 817 / 1614 / 1616 / 1617 / 3217 and similar MCUs
Stars: ✭ 31 (+93.75%)
Mutual labels:  firmware
linksys-wrt54g
Exploiting Linksys WRT54G using a vulnerability I found.
Stars: ✭ 31 (+93.75%)
Mutual labels:  firmware
FlySkyRxFirmwareRssiMod
Patched firmwares for the various FlySky receivers to inject RSSI in IBUS channel 14
Stars: ✭ 96 (+500%)
Mutual labels:  firmware
flipperzero-firmware
Flipper Zero firmware source code
Stars: ✭ 2,551 (+15843.75%)
Mutual labels:  firmware
WIZ750SR
WIZnet Serial to Ethernet(S2E) module based on W7500 chip, WIZ107/108SR S2E compatible device
Stars: ✭ 13 (-18.75%)
Mutual labels:  firmware
gsmartcontrol
GSmartControl - Hard disk drive and SSD health inspection tool
Stars: ✭ 183 (+1043.75%)
Mutual labels:  freebsd
vagrant-templates
Vagrantfiles for self-contained development/test environments.
Stars: ✭ 28 (+75%)
Mutual labels:  freebsd
prk firmware
A keyboard firmware platform in PicoRuby
Stars: ✭ 337 (+2006.25%)
Mutual labels:  firmware
nsec-badge
Software from the NorthSec badge
Stars: ✭ 34 (+112.5%)
Mutual labels:  firmware
ipset-netgear-r7000-dd-wrt
Packages and kernel modules for ipset support for the Netgear R7000 running DD-WRT firmware
Stars: ✭ 45 (+181.25%)
Mutual labels:  firmware
fuzzware
Fuzzware's main repository. Start here to install.
Stars: ✭ 132 (+725%)
Mutual labels:  firmware
Two ways to build zrouter.org:

FIRST WAY RUN menu.sh

sh menu.sh

It will display menu:

Device		Select the target device
BaseProfile	Select base profile
Profiles	Select profiles to build
Paths		Set the paths of sources and build obje
Save		Save build profile
Load		Load build profile
Build		Build ZRouter !

* Device		Select the target device
Here you can select device for which to build firmware

* BaseProfile	Select base profile
Select base profile, which have basic set of tools (init, sh, ls, etc.) to
start box.

* Profiles	Select profiles to build
Additional profiles, like firewall you want (ipfw or pf), IPSec tools, ppp or
mpd to be able connect to 3G networks, ISP with PPPoE service, etc.

* Paths		Set the paths of sources and build objects
Since so many items still not in FreeBSD source tree, we need to use own tree,
so here you need to set path to it tree copy.

* Save		Save build profile
Save things that you already configure with this menu.

* Load		Load build profile
Load previously configured and saved variables.

* Build		Build ZRouter !
Run ZRouter.org build.

SECOND WAY RUN make

make TARGET_PAIR=D-Link/DIR-615-E4 FREEBSD_SRC_TREE=${FREEBSD_SRC_TREE}

replace ${FREEBSD_SRC_TREE} with path to ZRouter.org copy of FreeBSD tree.
replace D-Link/DIR-615-E4 with device for which you want to build FirmWare.
List of devices you can get by:
 make show-target-pairs

If you want to build program from ports you have to install following packages to the host:

autoconf automake bison cmake dialog4ports gettext gmake libtool pkg pkgconf ruby rubygem-rake
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].