Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found 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 (8.8%) to scientific vocabulary
Keywords
file-sharing
linux-app
linux-desktop
network
network-programming
Last synced: 6 months ago
·
JSON representation
·
Repository
BMDC Client
Basic Info
- Host: GitHub
- Owner: bmdcpp
- License: gpl-3.0
- Language: C++
- Default Branch: main
- Homepage: https://bmdcpp.github.io/
- Size: 89.8 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
- Releases: 4
Topics
file-sharing
linux-app
linux-desktop
network
network-programming
Created almost 4 years ago
· Last pushed 11 months ago
Metadata Files
Readme
Contributing
License
Code of conduct
Citation
Security
README.md
BMDC – file sharing using DC and ADC protocols
Introduction
BMDC – DC++ client based on FreeDC++ with Ignore Users and other changes.
See BMDC-Changelog.txt for detailed info.
License
GNU GPL v3.0 or later. See LICENSE for details.
Links
- Website: https://bmdcpp.github.io
- Sources: https://github.com/bmdcpp/bmdc
Dependencies
- scons >= 0.96
- pkg-config
- g++ >= 5
- glib >= 2.32
- gtk+ >= 4.0
- pthread
- zlib
- libbz2
- libssl
- libmaxminddb
- gettext
- pcre
Optional dependencies
- xattr ( Note: for storing hashes beside files to not always re-hash )
- libtar (Note: For Backup/Restore options )
Compiling and installing
=======
Compiling
$ cd /path/to/bmdc-source
$ scons PREFIX=/path/to/install/
Installing
```
scons install
```
Running
$ bmdc
or
$ /path/to/install/bin/bmdc
Uninstalling
To uninstall BMDC, simply delete the directory you installed it in.
To uninstall using scons, run:
$ scons -c
or if you used scons to install into the file system then use the same scons command that you used to install and add the option -c:
```
scons -c install
```
=======
License
GNU GPL Version 3.0 or later See LICENSE for details.
Contact
Owner
- Name: BMDC
- Login: bmdcpp
- Kind: organization
- Website: bmdc.maniu.eu
- Repositories: 6
- Profile: https://github.com/bmdcpp
BMDC Client
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: BMDC
version: 2025
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: freedcpp
email: freedcpp@seznam.cz
GitHub Events
Total
- Delete event: 1
- Push event: 16
Last Year
- Delete event: 1
- Push event: 16
