Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cguimaraes/zenoh-web-browser
Zenoh-based web browsing proof-of-concept
https://github.com/cguimaraes/zenoh-web-browser
Last synced: about 1 month ago
JSON representation
Zenoh-based web browsing proof-of-concept
- Host: GitHub
- URL: https://github.com/cguimaraes/zenoh-web-browser
- Owner: cguimaraes
- License: gpl-3.0
- Created: 2021-03-19T15:38:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T16:31:35.000Z (about 2 years ago)
- Last Synced: 2024-10-15T10:24:46.477Z (3 months ago)
- Language: C++
- Size: 401 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zenoh-based Web Browser Proof-of-Concept
Proof-of-concept browsing capabilities supported by Zenoh protocol.## Demo
![](documentation/demo.gif)## Quick Guide
1. By default *ZN_CONFIG_PEER_KEY* is configured as tcp/127.0.0.1:7447:
- If needed, changed it in
[zenoh-handler](src/handlers/zenoh-handler.cpp) implementation.
2. Start the Zenoh router (zenohd).
3. Deploy a Zenoh application that implements eval function the resources.
4. Start Zenoh-based Web Browser## License
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .