README.md (n2n-3.0) | : | README.md (n2n-3.1.1) | ||
---|---|---|---|---|
skipping to change at line 63 | skipping to change at line 63 | |||
```sh | ```sh | |||
./autogen.sh | ./autogen.sh | |||
./configure | ./configure | |||
make | make | |||
# optionally install | # optionally install | |||
make install | make install | |||
``` | ``` | |||
Some parts of the code significantly benefit from compiler optimizations and pla | For Windows, MacOS, CMake, optimizations and general building options, please ch | |||
tform features such as NEON, SSE and AVX. To enable, use `./configure CFLAGS="-O | eck out [Building documentation](doc/Building.md) for compilation and running. | |||
3 -march=native"` for configuration instead of `./configure`. | ||||
For Windows, MacOS and general building options, please check out [Building docu | ||||
mentation](doc/Building.md) for compilation and running. | ||||
**IMPORTANT** It is generally recommended to use the [latest stable release](htt ps://github.com/ntop/n2n/releases). Please note that the current _dev_ branch us ually is not guaranteed to be backward compatible neither with the latest stable release nor with previous _dev_ states. On the other hand, if you dare to try b leeding edge features, you are encouraged to compile from _dev_ – just keep trac k of sometimes rapidly occuring changes. Feedback in the _Issues_ section is app reciated. | **IMPORTANT** It is generally recommended to use the [latest stable release](htt ps://github.com/ntop/n2n/releases). Please note that the current _dev_ branch us ually is not guaranteed to be backward compatible neither with the latest stable release nor with previous _dev_ states. On the other hand, if you dare to try b leeding edge features, you are encouraged to compile from _dev_ – just keep trac k of sometimes rapidly occuring changes. Feedback in the _Issues_ section is app reciated. | |||
## Security Considerations | ## Security Considerations | |||
When payload encryption is enabled (provide a key using `-k`), the supernode wil l not be able to decrypt | When payload encryption is enabled (provide a key using `-k`), the supernode wil l not be able to decrypt | |||
the traffic exchanged between two edge nodes but it will know that edge A is tal king with edge B. | the traffic exchanged between two edge nodes but it will know that edge A is tal king with edge B. | |||
The choice of encryption schemes that can be applied to payload has recently bee n enhanced. Please have | The choice of encryption schemes that can be applied to payload has recently bee n enhanced. Please have | |||
a look at [Crypto description](doc/Crypto.md) for a quick comparison chart to he lp make a choice. n2n edge nodes use | a look at [Crypto description](doc/Crypto.md) for a quick comparison chart to he lp make a choice. n2n edge nodes use | |||
skipping to change at line 112 | skipping to change at line 110 | |||
Here is a list of third-party projects connected to this repository: | Here is a list of third-party projects connected to this repository: | |||
- Collection of pre-built binaries for Windows: [lucktu](https://github.com/luck tu/n2n) | - Collection of pre-built binaries for Windows: [lucktu](https://github.com/luck tu/n2n) | |||
- n2n for Android: [hin2n](https://github.com/switch-iot/hin2n) | - n2n for Android: [hin2n](https://github.com/switch-iot/hin2n) | |||
- Docker images: [Docker Hub](https://hub.docker.com/r/supermock/supernode/) | - Docker images: [Docker Hub](https://hub.docker.com/r/supermock/supernode/) | |||
- Go bindings, management daemons and CLIs for n2n edges and supernodes, Docker, Kubernetes & Helm Charts: [pojntfx/gon2n](https://pojntfx.github.io/gon2n/) | - Go bindings, management daemons and CLIs for n2n edges and supernodes, Docker, Kubernetes & Helm Charts: [pojntfx/gon2n](https://pojntfx.github.io/gon2n/) | |||
--- | --- | |||
(C) 2007-2021 - ntop.org and contributors | (C) 2007-22 - ntop.org and contributors | |||
End of changes. 2 change blocks. | ||||
6 lines changed or deleted | 2 lines changed or added |