Skip to content

Commit 57b3be2

Browse files
committed
fix readme
1 parent bd90b66 commit 57b3be2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# NetworkInterfaces.jl
1+
# NetworkInterfaceControllers.jl
22
Extensions to Julia's LibUV to help with working with multiple NICs per node.
33

44
## Methods
55

66
1. `get_interface_data(<:IPAddr; loopback=false)` returns IP addresses, versions, and interface names of all connected interfaces. Eg:
77
```julia
8-
julia> using NetworkInterfaces,Sockets
8+
julia> using NetworkInterfaceControllers, Sockets
99
julia> get_interface_data(IPv4)
10-
1-element Vector{NetworkInterfaces.Interface}:
10+
1-element Vector{NetworkInterfaceControllers.Interface}:
1111
NetworkInterfaces.Interface("wlp114s0", :v4, ip"192.168.100.64")
1212
```
1313
Helpful when multiple NICs are connected to a node, and you want to find the IP address corresponding to a specific NIC

0 commit comments

Comments
 (0)