Coder Social home page Coder Social logo

coap-security / coap-ace-poc-webapp Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 107 KB

[read-only mirror of] coap-ace-poc-webapp: Web application for the CoAP-ACE-OAuth-PoC project – securely communicating with embedded devices using Bluetooth, CoAP and OSCORE

Home Page: https://gitlab.com/oscore/coap-ace-poc-webapp

Rust 96.62% HTML 1.59% CSS 1.79%
ace coap oscore rust wasm webapp

coap-ace-poc-webapp's Introduction

CoAP/ACE-OAuth PoC: Web application

This repository contains the web app part of the CoAP/ACE-OAuth proof-of-concept implementation. The firmware is written in Rust, and designed to run on browsers that implement the Web Bluetooth API.

For an overview of what this does and how it is used in practice, please see the corrresponding firmware's README file, which explains the whole setup.

Documentation on the implementation is available through GitLab pages.

Typical issues

  • "I changed something in the code, and now things are stuck at WASM load time with errors such as Uncaught TypeError: Failed to resolve module specifier "env"."

    This is the Rust-WASM-browser way of telling you that there are missing symbols (something the linker and wasm-bindgen can't tell you, for you might be providing them inside JavaScript).

    You can find out which they are by applying wasm-dis to the public/*.wasm, and looking for mentions of "env" -- these will point you to the missing symbol.

License

This project and all files contained in it is published under the BSD-3-Clause license as defined in LICENSES/BSD-3-Clause.txt.

Copyright: 2022 EDF (Électricité de France S.A.)

Author: Christian Amsüss

Note that additional terms may apply to the built output.

coap-ace-poc-webapp's People

Contributors

chrysn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.