Awesome
<a href="https://atsign.com#gh-light-mode-only"><img width=250px src="https://atsign.com/wp-content/uploads/2022/05/atsign-logo-horizontal-color2022.svg#gh-light-mode-only" alt="The Atsign Foundation"></a><a href="https://atsign.com#gh-dark-mode-only"><img width=250px src="https://atsign.com/wp-content/uploads/2023/08/atsign-logo-horizontal-reverse2022-Color.svg#gh-dark-mode-only" alt="The Atsign Foundation"></a>
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)
- dart/ - contains the Dart implementation of NoPorts