RaspberryPi.NET
1.0.40-pre
See the version list below for details.
dotnet add package RaspberryPi.NET --version 1.0.40-pre
NuGet\Install-Package RaspberryPi.NET -Version 1.0.40-pre
<PackageReference Include="RaspberryPi.NET" Version="1.0.40-pre" />
paket add RaspberryPi.NET --version 1.0.40-pre
#r "nuget: RaspberryPi.NET, 1.0.40-pre"
// Install RaspberryPi.NET as a Cake Addin #addin nuget:?package=RaspberryPi.NET&version=1.0.40-pre&prerelease // Install RaspberryPi.NET as a Cake Tool #tool nuget:?package=RaspberryPi.NET&version=1.0.40-pre&prerelease
RaspberryPi.NET
Notes
FileNotFOundException: /etc/dhcpcd.conf not found ---> erstellen, falls nicht existiert
country=XX darf nie zu oberst stehen
country=XX --> XX muss immer upper-letter sein
wpa_supplicant config file: ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev update_config=1 country=NL
network={ ssid=" [not an ssid for sure] " psk=" [this is not the password i wont show it] " key_mgmt=WPA-PSK disabled=0 }
umschalten von AP nach station mode:
sudo ip link set wlan0 down --> up um sicherzustellen, dass neue DHCP adresse empfangen wird
nach Config changes in dhcpcd.conf immer sudo systemctl restart dhcpcd
Troubleshooting
Check if wpa_supplicant works:
wpa_supplicant -B -i wlan0 -c /etc/wpa_supplicant/wpa_supplicant.conf
Check Log Tail of hostapd
journalctl -u hostapd -f
sudo dhclient -v eth0
Links
- Official RaspberryPi documentation: https://www.raspberrypi.com/documentation/computers/configuration.html#setting-up-a-routed-wireless-access-point
- Raspberry Pi als WLAN-Router einrichten (WLAN-Access-Point): https://www.elektronik-kompendium.de/sites/raspberry-pi/2002171.htm
Hostapd
- Hostapd Know-how: https://wiki.gentoo.org/wiki/Hostapd
wpa_supplicant
- https://wiki.archlinux.org/title/Wpa_supplicant
- https://www.elektronik-kompendium.de/sites/raspberry-pi/1912221.htm
- https://www.elektronik-kompendium.de/sites/raspberry-pi/2002171.htm
https://chriscant.phdcc.com/2010/02/systemstring-hidden-utf8-bom.html
https://www.daemon-systems.org/man/wpa_supplicant.conf.5.html
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
- UnitsNet (>= 5.8.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.46-pre | 233 | 12/21/2023 |
1.0.45 | 228 | 12/14/2023 |
1.0.43-pre | 117 | 12/4/2023 |
1.0.41-pre | 201 | 8/1/2023 |
1.0.40-pre | 171 | 8/1/2023 |
1.0.39-pre | 278 | 3/29/2023 |
1.0.38-pre | 151 | 3/10/2023 |
1.0.37-pre | 131 | 3/8/2023 |
1.0.36-pre | 167 | 12/31/2022 |
1.0.35-pre | 241 | 12/9/2022 |
1.0.34-pre | 187 | 11/30/2022 |
1.0.33-pre | 168 | 11/30/2022 |
1.0.32-pre | 186 | 11/20/2022 |
1.0.28-pre | 169 | 11/13/2022 |
1.0.27-pre | 186 | 11/13/2022 |
1.0.26-pre | 193 | 11/12/2022 |
1.0.21-pre | 171 | 11/1/2022 |
1.0.20-pre | 182 | 10/15/2022 |
1.0.17 | 473 | 10/1/2022 |
1.0.15-pre | 201 | 10/1/2022 |
1.0.13-pre | 200 | 10/1/2022 |
1.0.11-pre | 171 | 10/1/2022 |
1.0.0
- Initial release