内容简介:A sample app using Apple's contact tracing framework, as documented here:Note: The Apple framework is not actually yet released. This app is being developed using a mock version of the framework based on the published documentation. This will generate fals
TracePrivately
A sample app using Apple's contact tracing framework, as documented here:
https://www.apple.com/covid19/contacttracing
Note: The Apple framework is not actually yet released. This app is being developed using a mock version of the framework based on the published documentation. This will generate false exposures for the purposes of testing and development.
This app will be evolving quickly as I'm trying to publish new functionality as quickly as possible.
Objectives
- Create a fully-functioning prototype that governments can use as an almost-turnkey solution that they can rebrand as necessary and use
- Implement correct security and privacy principles to maximise uptake of said government apps
- Remain open source for independent verification
- Properly use the Apple / Google contact tracing specification
- Work in a localized manner so it can be used in any language or jurisdiction
- Create a functioning server prototype that can be used as a basis for more robust solutions that fit into governments' existing architecture.
Screenshots
Demo Video: https://youtu.be/rVaz8VQLoaE
Other
Please submit suggestions and pull requests so this can function as best as possible.
Refer to the KeyServer directory for information about the server-side aspect of contact tracing.
License
Refer to the LICENSE file.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java技术手册(第6版)
Benjamin J Evans、David Flanagan / 安道 / 人民邮电出版社 / 2015-12-1 / 79.00
《Java技术手册 第6版》为《Java 技术手册》的升级版,涵盖全新的Java 7 和Java 8。第1部分介绍Java 编程语言和Java 平台,主要内容有Java 环境、Java 基本句法、Java 面向对象编程、Java 类型系统、Java的面向对象设计、Java 实现内存管理和并发编程的方式。第2部分通过大量示例来阐述如何在Java 环境中完成实际的编程任务,主要内容有编程和文档约定,使......一起来看看 《Java技术手册(第6版)》 这本书的介绍吧!