Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

onp2p

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onp2p

Basic mathematical operations using CFFI

  • 0.0.2.33
  • PyPI
  • Socket score

Maintainers
1

onp2p

Onion Network P2P

gcc -shared -o shared_library/libmath_operations.so -fPIC math_operations.cg

python3 setup.py sdist bdist_wheel twine upload dist/*

Compile dynamic libraries for each OS

gcc -shared -o libmath_operations_arm.dylib -fPIC math_operations.c

Installazione

pip install onp2p




## Tor
```bash
sudo apt-get install tor
sudo service tor start

sudo vim etc/tor/torrc
HiddenServiceDir /var/lib/tor/hidden_service/
HiddenServicePort 80 127.0.0.1:8122
sudo service tor restart

Get Onion Address

sudo less /var/lib/tor/hidden_service/hostname
dvwtkqqt73ixvwa22rwxjarnbypwof6amq757gg45qftjghhx3qdcqad.onion

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc