https://github.com/carlosplanchon/isimud
Package to get commonly used details of the network interface and access points you are using.
https://github.com/carlosplanchon/isimud
isimud network python python3 sensors wifi
Last synced: 5 months ago
JSON representation
Package to get commonly used details of the network interface and access points you are using.
- Host: GitHub
- URL: https://github.com/carlosplanchon/isimud
- Owner: carlosplanchon
- License: gpl-3.0
- Created: 2019-03-07T22:37:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T06:54:57.000Z (over 7 years ago)
- Last Synced: 2025-08-28T19:04:41.233Z (10 months ago)
- Topics: isimud, network, python, python3, sensors, wifi
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Isimud
*Package to get commonly used details of the network interface and access points you are using.*
## Installation
### Install with uv:
```
uv add 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']
```