RaspberryPi.NET 1.0.46-pre

This is a prerelease version of RaspberryPi.NET.
dotnet add package RaspberryPi.NET --version 1.0.46-pre
NuGet\Install-Package RaspberryPi.NET -Version 1.0.46-pre
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RaspberryPi.NET" Version="1.0.46-pre" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RaspberryPi.NET --version 1.0.46-pre
#r "nuget: RaspberryPi.NET, 1.0.46-pre"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RaspberryPi.NET as a Cake Addin
#addin nuget:?package=RaspberryPi.NET&version=1.0.46-pre&prerelease

// Install RaspberryPi.NET as a Cake Tool
#tool nuget:?package=RaspberryPi.NET&version=1.0.46-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:

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

Hostapd
wpa_supplicant

https://chriscant.phdcc.com/2010/02/systemstring-hidden-utf8-bom.html

https://github.com/snowdayclub/rpi-wifisetup-ble/blob/5bc236a90fa6c8ccaebef845d62c526fa2b487d2/wpamanager.py

https://www.daemon-systems.org/man/wpa_supplicant.conf.5.html

https://github.com/PetrusBellmonte/MyDino/blob/d36755fc7a152b40fe71918576df6c9e6d15c20e/wifi/WifiConnector.md

https://stackoverflow.com/questions/43644082/raspberry-pi-3-using-hostapd-and-dnsmasq-how-to-set-default-web-page-on-connect

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 183 12/21/2023
1.0.45 195 12/14/2023
1.0.43-pre 97 12/4/2023
1.0.41-pre 193 8/1/2023
1.0.40-pre 146 8/1/2023
1.0.39-pre 265 3/29/2023
1.0.38-pre 145 3/10/2023
1.0.37-pre 124 3/8/2023
1.0.36-pre 145 12/31/2022
1.0.35-pre 218 12/9/2022
1.0.34-pre 180 11/30/2022
1.0.33-pre 144 11/30/2022
1.0.32-pre 178 11/20/2022
1.0.28-pre 160 11/13/2022
1.0.27-pre 180 11/13/2022
1.0.26-pre 167 11/12/2022
1.0.21-pre 165 11/1/2022
1.0.20-pre 154 10/15/2022
1.0.17 446 10/1/2022
1.0.15-pre 172 10/1/2022
1.0.13-pre 177 10/1/2022
1.0.11-pre 159 10/1/2022

1.0.0
- Initial release