🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/nerves-networking/vintage_net_direct

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/nerves-networking/vintage_net_direct

v0.10.7
Source
Go
Version published
Created
Source

vintage net logo

Hex version API docs CircleCI Coverage Status

VintageNetDirect makes it easy to connect a device to a computer over a directly connected Ethernet cable. This is a common USB setup where your computer is connected via USB to a Nerves device.

Assuming that you have a USB gadget-capable device like a Raspberry Pi Zero, 3 A+ or Beaglebone, all that you need to do is add :vintage_net_direct to your mix dependencies like this:

def deps do
  [
    {:vintage_net_direct, "~> 0.7.0", targets: @all_targets}
  ]
end

And then add the following to your :vintage_net configuration:

  config :vintage_net, [
    config: [
      {"usb0", %{type: VintageNetDirect}},
    ]
  ]

FAQs

Package last updated on 23 Jan 2023

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