https://github.com/adwise-fiu/homomorphic-path-comparison

Privacy-Preserving Drone Navigation Through Homomorphic Encryption for Collision Avoidance

https://github.com/adwise-fiu/homomorphic-path-comparison

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.2%) to scientific vocabulary

Keywords

collision-avoidance collision-detection drone line-intersection socialist-millionaires
Last synced: 6 months ago · JSON representation

Repository

Privacy-Preserving Drone Navigation Through Homomorphic Encryption for Collision Avoidance

Basic Info
  • Host: GitHub
  • Owner: adwise-fiu
  • Language: Java
  • Default Branch: main
  • Homepage:
  • Size: 616 KB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 3
  • Open Issues: 1
  • Releases: 0
Topics
collision-avoidance collision-detection drone line-intersection socialist-millionaires
Created about 2 years ago · Last pushed 6 months ago
Metadata Files
Readme

README.md

Privacy-Preserving Drone Navigation Through Homomorphic Encryption for Collision Avoidance

Build Gradle project

Installation

It is a requirement to install SDK to install Gradle. You need to install the following packages, to ensure everything works as expected bash curl -s "https://get.sdkman.io" | bash source "$HOME/.sdkman/bin/sdkman-init.sh" sdk install gradle

Using the Code

For now, you can run bash gradle run -PchooseRole=CleartextPathsComparison

We will be using 2048-bit keys.

For the experiment, on one VM, run the following bash gradle run -PchooseRole=PathsAlice --args '<PATH-FILE> 127.0.0.1 9000'

On the other VM run the following bash gradle run -PchooseRole=PathsBob --args '<PATH-FILE> 9000'

Owner

  • Name: Advanced Wireless and Security Lab
  • Login: adwise-fiu
  • Kind: organization
  • Location: United States of America

ADWISE laboratory at Florida International University - Department of Electrical and Computer Engineering.

GitHub Events

Total
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 9
  • Pull request event: 4
  • Fork event: 1
  • Create event: 2
Last Year
  • Delete event: 1
  • Issue comment event: 1
  • Push event: 9
  • Pull request event: 4
  • Fork event: 1
  • Create event: 2

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: about 5 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.2
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: about 9 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.33
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • AndrewQuijano (5)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/build-gradle-project.yml actions
  • actions/checkout v3 composite
  • actions/setup-java v3 composite
build.gradle maven
  • commons-io:commons-io 2.14.0 implementation
  • junit:junit 4.13.1 implementation
  • org.junit.jupiter:junit-jupiter-api 5.8.1 testImplementation
  • org.junit.jupiter:junit-jupiter-engine 5.8.1 testRuntimeOnly