RaspberryPi.NET 1.0.48-pre

This is a prerelease version of RaspberryPi.NET.
dotnet add package RaspberryPi.NET --version 1.0.48-pre                
NuGet\Install-Package RaspberryPi.NET -Version 1.0.48-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.48-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.48-pre                
#r "nuget: RaspberryPi.NET, 1.0.48-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.48-pre&prerelease

// Install RaspberryPi.NET as a Cake Tool
#tool nuget:?package=RaspberryPi.NET&version=1.0.48-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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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.48-pre 135 12 days ago
1.0.47-pre 188 17 days ago
1.0.46-pre 256 12/21/2023
1.0.45 253 12/14/2023
1.0.43-pre 128 12/4/2023
1.0.41-pre 209 8/1/2023
1.0.40-pre 180 8/1/2023
1.0.39-pre 294 3/29/2023
1.0.38-pre 163 3/10/2023
1.0.37-pre 144 3/8/2023
1.0.36-pre 185 12/31/2022
1.0.35-pre 255 12/9/2022
1.0.34-pre 201 11/30/2022
1.0.33-pre 182 11/30/2022
1.0.32-pre 200 11/20/2022
1.0.28-pre 184 11/13/2022
1.0.27-pre 200 11/13/2022
1.0.26-pre 210 11/12/2022
1.0.21-pre 187 11/1/2022
1.0.20-pre 196 10/15/2022
1.0.17 492 10/1/2022
1.0.15-pre 216 10/1/2022
1.0.13-pre 216 10/1/2022
1.0.11-pre 186 10/1/2022

1.0.0
- Initial release