Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).