n2n/scripts
Hamish Coleman 3cef9949c2 Remove the non-maintained CMake build system.
It is difficult to maintain one build system, let alone two - especially
if one build system is known to be better maintained and the other build
system continues to be used - with bug and feature requests raised
against it.

The maintainers are aware that there are people using the CMake system,
but believe that the extra maintainability of only having one build
system, combined with the knowledge that the current CI system
demonstrates that all supported architectures are working with the
Makefiles make the use of these Makefiles a more sustainable direction.
2023-04-19 17:06:45 +08:00
..
munin Add munin monitoring plugin (#892) 2021-11-05 11:14:47 +00:00
hack_fakeautoconf.sh Make all version calculations come from scripts/version.sh and remove resulting redundant substitutions 2021-11-01 19:15:23 +00:00
indent.sh Add more ways to get help from the indent.sh script 2022-02-05 20:06:31 +00:00
n2n-ctl Add pubsub system to edge, with one example TEST channel 2022-02-05 20:06:31 +00:00
n2n-gateway.sh Rename scripts for better consistancy (#866) 2021-10-24 03:58:01 +05:45
n2n-httpd Address lint concern 2022-02-05 20:06:31 +00:00
README.md Basic C Code lint checker and shell checker (#859) 2021-10-24 01:21:18 +05:45
test_harness.sh Attempt to simplify adding new tests 2022-02-05 20:06:31 +00:00
test_integration_edge.sh Tracebacks contain full paths and cannot be part of the expected test data 2022-02-05 20:06:31 +00:00
test_integration_supernode.sh Add an integration test and a bunch of framework to support tests on multiple build systems 2022-02-05 20:06:31 +00:00
version.sh Update Openwrt process (#900) 2021-11-18 21:28:50 +00:00

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