Skip to content

atsign-foundation/noports

This branch is 201 commits behind trunk.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab1a918 · Nov 25, 2024
Nov 21, 2024
Jun 12, 2024
Nov 16, 2024
Nov 19, 2024
Apr 23, 2022
Nov 25, 2024
Nov 13, 2024
Nov 17, 2024
Sep 26, 2024
May 24, 2024
Feb 26, 2024
Jun 13, 2024
Aug 6, 2024
Feb 26, 2024
Feb 26, 2024
Aug 19, 2024
Jan 19, 2024

Repository files navigation

The Atsign FoundationThe Atsign Foundation

GitHub License OpenSSF Scorecard OpenSSF Best Practices SLSA 3

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)