You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Hamish Coleman 4b8aaa7f6e
Merge pull request #947 from hamishcoleman/json_pubsub
3 years ago
..
munin Add munin monitoring plugin (#892) 3 years ago
README.md Basic C Code lint checker and shell checker (#859) 3 years ago
cmake_all.sh Improve build docs (#952) 3 years ago
hack_fakeautoconf.sh Make all version calculations come from scripts/version.sh and remove resulting redundant substitutions 3 years ago
indent.sh Add more ways to get help from the indent.sh script 3 years ago
n2n-ctl Add pubsub system to edge, with one example TEST channel 3 years ago
n2n-gateway.sh Rename scripts for better consistancy (#866) 3 years ago
n2n-httpd Address lint concern 3 years ago
test_harness.sh Attempt to simplify adding new tests 3 years ago
test_integration_edge.sh Tracebacks contain full paths and cannot be part of the expected test data 3 years ago
test_integration_supernode.sh Add an integration test and a bunch of framework to support tests on multiple build systems 3 years ago
version.sh Update Openwrt process (#900) 3 years ago

README.md

This directory contains executables that are not compiled. Some of these may end up installed for use by end users, but many of them are for use during development, builds and tests.

Nothing in this directory should need compiling to use and they should be written such that they do not need configuring (e.g: they might probe several directories for their requirements)

See the Scripts Documentation for further details