Skip to content

Copper (Cu) CoAP user-agent for Chrome (JavaScript implementation)

License

Notifications You must be signed in to change notification settings

freddbull/Copper4Cr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copper for Chrome (Cu4Cr) CoAP user-agent

Implements RFC7252

A Chrome app+extension to browse the Internet of Things

How to integrate the Copper sources into Chrome:

  1. Clone the repository (git clone https://github.com/mkovatsc/Copper4Cr.git)
  2. Prepare shared code by either:
    • Copying the shared folder into the root directory of the app and in the root directory of the extension or
    • Running install.bat (Windows) or install.sh (Linux) in order to link the shared folder into the two folders
  3. Install App & Extension in Chrome:
    1. Start Chrome and go to chrome://extensions/
    2. Ensure that the Developer mode checkbox in the top right-hand corner is checked
    3. Click "Load unpacked extension…" and locate the app folder
    4. Click "Load unpacked extension…" and locate the extension folder
  4. Set app ID of the Chrome App in the file extension/endpoint/ClientPortChrome.js. You can read the ID in the Copper Application entry in chrome://extensions/
  5. Use the Cu icon next to the address bar to open CoAP resources

About

Copper (Cu) CoAP user-agent for Chrome (JavaScript implementation)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.3%
  • HTML 6.0%
  • CSS 3.7%