Skip to content

Tags: EqualMa/local-ip-address

Tags

v0.4.4

Toggle v0.4.4's commit message
Fixes

* Dependencies updates

v0.4.3

Toggle v0.4.3's commit message
Fixes

* Dependencies updates

v0.4.2

Toggle v0.4.2's commit message
v0.4.2

Fixes

- Fix missing author and year on Apache License

v0.4.1

Toggle v0.4.1's commit message
Fixes

* Fixed compilation failure on Raspberry-Pi flavor Linux [Issue LeoBorai#10](LeoBorai#10)

v0.4.0

Toggle v0.4.0's commit message
Features:

* Provide a Netlink based implementation for Linux

* Rename methods to achieve a intuitive and easy to understand API
  * `find_af_inet` to `find_af_inet`

* Normalize errors through systems on calls to `local_ip`

v0.3.0

Toggle v0.3.0's commit message
v0.3.0

Features

* Provide support for Windows. Kudos to @nicguzzo

v0.2.0

Toggle v0.2.0's commit message
Features

* Implement `find_af_inet` which retrieves network interfaces which
belongs to either of both AF_INET or AF_INET6

* Implement `find_ifa` which find a network interface with a specific
name in a vector of network interfaces

Fixes

* Reimplement approach using `getifaddrs` instead of relying on stdout
from command execution

* Use different network interface names for "macos" and "linux" instead
of relying on "en0" for all os from the "unix" family

v0.1.0

Toggle v0.1.0's commit message
Features

* Implement local IP address retrieving for Unix systems