../
README.md  1598Dec 19 17:50:22 2020
README.txt  1592Dec 19 17:50:22 2020
hidsharp/  512Sep 18 08:49:47 2020
libremoteio-templates/  512Mar 10 20:26:23 2023
libremoteio/  512Mar 10 20:26:23 2023
libsimpleio-templates/  512Mar 10 20:26:23 2023
libsimpleio/  512Apr 8 12:10:20 2023

NuGet Local Package Feed

Here is a local snapshot of the NuGet packages necessary to build .Net applications using the Linux Simple I/O Library or the Remote I/O Protocol Library without Internet access.

In order to use this local package feed, you will need to manually add an entry to the packageSources block in the file NuGet.Config (found at $HOME/.config/NuGet/NuGet.Config on Linux or %HOMEDRIVE%%HOMEPATH%\AppData\Roaming\NuGet\NuGet.Config on Windows). You should also comment out the entry for nuget.org, especially if you need to build .Net applications offline from the Internet.

Windows Example NuGet.Config:

...
  <packageSources>
    <!-- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> -->
    <add key="libsimpleio local feed" value="C:\Users\fred\libsimpleio\nuget\" />
  </packageSources>
...

Linux Example NuGet.Config:

...
  <packageSources>
    <!-- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> -->
    <add key="libsimpleio local feed" value="/usr/local/share/libsimpleio/nuget/" />
  </packageSources>
...

Questions or comments to Philip Munts phil@munts.net

I am available for custom system development (hardware and software) of products using ARM Linux or other microcomputers.