https://github.com/atsign-foundation/noports
Connect to any device with no external listening ports open
https://github.com/atsign-foundation/noports
atsign dart hacktoberfest ssh
Last synced: 2 days ago
JSON representation
Connect to any device with no external listening ports open
- Host: GitHub
- URL: https://github.com/atsign-foundation/noports
- Owner: atsign-foundation
- License: bsd-3-clause
- Created: 2022-04-23T01:44:00.000Z (about 3 years ago)
- Default Branch: trunk
- Last Pushed: 2025-05-09T18:28:27.000Z (8 days ago)
- Last Synced: 2025-05-09T19:34:58.179Z (8 days ago)
- Topics: atsign, dart, hacktoberfest, ssh
- Language: Dart
- Homepage: https://noports.com
- Size: 72 MB
- Stars: 274
- Watchers: 13
- Forks: 16
- Open Issues: 95
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code_of_conduct.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](./LICENSE)
[](https://securityscorecards.dev/viewer/?uri=github.com/atsign-foundation/noports&sort_by=check-score&sort_direction=desc)
[](https://www.bestpractices.dev/projects/8102)
[](https://slsa.dev)# noports
This repo contains the open source code of the Atsign's NoPorts product. Check
out our product site at [noports.com](https://noports.com).## Get Started
Installation, use-cases and usage guides can all be found on our
[docs site](https://docs.noports.com).## 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/](./packages/) - contains the bulk of the source code
- [dart/](./packages/dart/) - contains the Dart implementation of NoPorts
- [noports_core/](./packages/dart/noports_core/) - contains the core logic
for NoPorts as a shared library which is used by the other Dart packages
- [sshnoports/](./packages/dart/sshnoports) - contains the Dart CLI binaries
for NoPorts (sshnp, npt, sshnpd, srvd)
- [sshnp_flutter/](./packages/dart/sshnp_flutter/) - contains the Flutter
Desktop app for SSHNP
- [c/](./packages/c/) - contains the C implementation of NoPorts
- [python/](./packages/python/) - contains the Python implementation of
NoPorts (this is deprecated, we recommend that you use the C version
instead)