Socket
Socket
Sign inDemoInstall

isimud

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    isimud

Package to get commonly used details of the network interface and access points you are using..


Maintainers
1

Readme

isimud

Package to get commonly used details of the network interface and access points you are using.

installation

install with pip

pip3 install -U isimud

features

  • Get loopback, ethernet and wifi interfaces.
  • Get operstate, mac_address, recv and sent bytes of an interface.
  • Get ESSID, signal percent and MAC address of an interface.

usage

In [3]: import isimud

In [4]: isimud.get_eth_interfaces()

Out[4]: ['enp9s0']

Keywords

FAQs


Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc