-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cbc7ca4
commit ae5ac82
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: 'OpenDrop: an Open Source AirDrop Implementation' | ||
message: 'If you use this software, please cite it as below.' | ||
type: software | ||
authors: | ||
- given-names: Alexander | ||
family-names: Heinrich | ||
affiliation: 'SEEMOO, TU Darmstadt' | ||
orcid: 'https://orcid.org/0000-0002-1150-1922' | ||
- given-names: Milan | ||
family-names: Stute | ||
affiliation: 'SEEMOO, TU Darmstadt' | ||
orcid: 'https://orcid.org/0000-0003-4921-8476' | ||
- given-names: Matthias | ||
family-names: Hollick | ||
affiliation: 'SEEMOO, TU Darmstadt' | ||
orcid: 'https://orcid.org/0000-0002-9163-5989' | ||
repository-code: 'https://github.com/seemoo-lab/opendrop' | ||
abstract: >- | ||
OpenDrop is a command-line tool that allows sharing files | ||
between devices directly over Wi-Fi. Its unique feature is | ||
that it is protocol-compatible with Apple AirDrop which | ||
allows to share files with Apple devices running iOS and | ||
macOS. | ||
license: GPL-3.0 | ||
commit: cbc7ca46a75bb2da4af9d406732ddf2192578388 | ||
version: '0.13' | ||
date-released: '2021-04-29' |