Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nilshansen94/pir-visualizer
An interactive visualization of the two-dimensional Linear Summation Schema algorithm for Private Information Retrieval.
https://github.com/nilshansen94/pir-visualizer
angular-8 private-information-retrieval
Last synced: 15 days ago
JSON representation
An interactive visualization of the two-dimensional Linear Summation Schema algorithm for Private Information Retrieval.
- Host: GitHub
- URL: https://github.com/nilshansen94/pir-visualizer
- Owner: nilshansen94
- Created: 2019-12-06T16:06:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:33:05.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T06:13:57.603Z (2 months ago)
- Topics: angular-8, private-information-retrieval
- Language: TypeScript
- Size: 3.48 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PIR Visualizer
An interactive visualization of the two-dimensional Linear Summation Schema algorithm for Private Information Retrieval.
See [this paper](https://ieeexplore.ieee.org/abstract/document/492461) for more information.
## Install
First, make sure you have [node.js](https://nodejs.org/en/) installed.Clone the project, go to the root folder and run
```
npm install
```If you haven't installed Angular yet, do so by executing
```
npm install -g @angular/cli
```In a next step, you can run
```
ng serve --aot -o
```You should now be able to test the UI in your browser by entering the url [http://localhost:4200/](http://localhost:4200/).