Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcraiha/codec8-blazor
Decode Codec8 messages in browser
https://github.com/mcraiha/codec8-blazor
blazor codec8 net8
Last synced: 29 days ago
JSON representation
Decode Codec8 messages in browser
- Host: GitHub
- URL: https://github.com/mcraiha/codec8-blazor
- Owner: mcraiha
- License: unlicense
- Created: 2023-04-02T17:44:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T18:31:49.000Z (about 1 month ago)
- Last Synced: 2024-12-11T19:39:28.667Z (about 1 month ago)
- Topics: blazor, codec8, net8
- Language: HTML
- Homepage: https://codec8.raiha.rocks/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codec8-blazor
Decode [Codec8](https://wiki.teltonika-gps.com/view/Codec#Codec_8) and [Codec8 Extended](https://wiki.teltonika-gps.com/view/Codec#Codec_8_Extended) messages in browser
## Web link
[codec8.raiha.rocks](https://codec8.raiha.rocks/)
## Requirements (end user)
You have to have newish [internet browser](https://docs.microsoft.com/en-us/aspnet/core/blazor/supported-platforms?view=aspnetcore-9.0)
## How to run / develop
### Requirements
You have to have [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) installed,
### Actual run
Run
```
dotnet run
```
And then you can open http://localhost:5274 in your browser## How to publish
### Actual publish
Run
```
dotnet publish -c Release
```
and content should be in **bin\Release\net9.0\publish\wwwroot** folder.## Licenses
All code files (*.cs, *.razor) and HTML files (*.html) are under [PUBLIC DOMAIN](https://opensource.org/licenses/MIT) license
[MVP.css](https://github.com/andybrewer/mvp/) uses [MIT](https://opensource.org/licenses/MIT) license