Skip to content

The Timing Authentication Secured by Quantum Correlations project will develop and demonstrate a transformative system of ground-based timing and communication beacons featuring security that is enhanced by geographically distributed quantum correlations and that takes full advantage of the direction of information flow for power systems managem…

License

SmithRWORNL/TASQC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites:

Java 7 JDK

Maven

CMake

cURL

Make sure that the Java JDK is installed, not just the JRE. Fedora will install it by default, but on Ubuntu you need to explicitly install the JDK on top of the JRE.

Build instructions for the server:

Move into gov.ornl.tasqc.keytrans

Run

mvn site

mvn package

mvn package shade:shade

Then execute with

java -jar target/keytrans-server-.jar

Build instructions for the client:

More information is available in keyTransferClient/README.md.

From the base directory where you checked out the repository:

mkdir keyTransferClient-build

cd keyTransferClient-build

cmake ../keyTransferClient-build

You may pick any build directory you want, actually. Just replace "../" with the directory.

About

The Timing Authentication Secured by Quantum Correlations project will develop and demonstrate a transformative system of ground-based timing and communication beacons featuring security that is enhanced by geographically distributed quantum correlations and that takes full advantage of the direction of information flow for power systems managem…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 55.4%
  • Java 35.8%
  • CMake 6.2%
  • C 2.6%