Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nzsmartie/coapexplorer
A (soon to be) cross-platform tool for exploring CoAP protocol.
https://github.com/nzsmartie/coapexplorer
coap coap-client coap-explorer device-discovery reactiveui windows
Last synced: 3 months ago
JSON representation
A (soon to be) cross-platform tool for exploring CoAP protocol.
- Host: GitHub
- URL: https://github.com/nzsmartie/coapexplorer
- Owner: NZSmartie
- Created: 2018-02-25T10:58:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T10:41:20.000Z (over 6 years ago)
- Last Synced: 2024-10-10T22:21:05.389Z (3 months ago)
- Topics: coap, coap-client, coap-explorer, device-discovery, reactiveui, windows
- Language: C#
- Homepage:
- Size: 1.35 MB
- Stars: 16
- Watchers: 6
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# CoAP Explorer
[![Build status](https://ci.appveyor.com/api/projects/status/njym61gix1mygnqg/branch/master?svg=true)](https://ci.appveyor.com/project/NZSmartie/coapexplorer/branch/master)
Work in Progress App for interacting with CoAP devices. Soon to be cross platform, for now, is targeting Windows.
Thanks To:
- [ReactiveUI](https://github.com/reactiveui/ReactiveUI/) - Reactive Style UI
- [ReactiveUI.Routing](https://github.com/KallynGowdy/ReactiveUI.Routing) - Better cross platform routing library for ReactiveUI
- [Material Deisgn Toolkit](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit) Google's Material Design for WIndows Presentation Framework
- [AvalonEdit](https://github.com/icsharpcode/AvalonEdit) - Text Highlighter for WPF
- [CoAP.Net](https://github.com/NZSmartie/CoAP.Net/) - My very own CoAP libraryLatest nightly builds for Windows can be downloaded straight from AppVeyor - https://ci.appveyor.com/project/NZSmartie/coapexplorer/build/artifacts
## Goals
- Cross Platform
- Using the same concepts from Xamarin Apps, the core functionality is in the schared project (Targeting .Net Standard)
- Device Discovery
- [X] UDP Multicast Discovery.
- [ ] TODO: Suport more transports.
- Fully functioal message editor
- Support various content types
- Saving message requests or responses
- Easy UI## Screen Grabs