noports
This repo contains the open source code of the Atsign's NoPorts product. Check
out our product site at noports.com.
Get Started
Installation, use-cases and usage guides can all be found on our
docs site.
Source Code Availability
If you are interested in auditing the source code for NoPorts, this is where you
can find various bits of interest:
- packages/ - contains the bulk of the source code
- dart/ - contains the Dart implementation of NoPorts
- noports_core/ - contains the core logic
for NoPorts as a shared library which is used by the other Dart packages
- sshnoports/ - contains the Dart CLI binaries
for NoPorts (sshnp, npt, sshnpd, srvd)
- sshnp_flutter/ - contains the Flutter
Desktop app for SSHNP
- c/ - contains the C implementation of NoPorts
- python/ - contains the Python implementation of
NoPorts (this is deprecated, we recommend that you use the C version
instead)