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

github.com/kost/micropython-socks

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/kost/micropython-socks

  • v1.0.1
  • Source
  • Go
  • Socket score

Version published
Created
Source

MicroPython SOCKS server

A MicroPython library for SOCKS server.

Installation

Installation can be done using upip or by manually uploading it to the device.

Easy Installation

Just install it using upip - standard micropython packaging.

import upip
upip.install('micropython-socks')

Manual Installation

Copy the file to your device, using ampy, webrepl or compiling and deploying. eg.

$ ampy put socks.py

Usage

import socks
socks.start()
import socks
socks.stop()
import socks
socks.help()

Development

Building for distribution:

python setup.py sdist

Distribution of release:

python setup.py sdist
pip install twine
twine upload dist/*
  • micropython.org
  • Adafruit Ampy
  • ESP32 PPP by Emard

License

Licensed under the MIT License.

FAQs

Package last updated on 11 Oct 2020

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