All Projects → a-pavlov → Jed2k

a-pavlov / Jed2k

Licence: other
Java library for ed2k networks

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jed2k

Rnl
RNL - Realtime Network Library - The opensource reliable UDP network library
Stars: ✭ 59 (-18.06%)
Mutual labels:  peer-to-peer
Statistics
Android应用 统计手机各个APP的使用时间及次数
Stars: ✭ 64 (-11.11%)
Mutual labels:  android-application
Booking Management Dashboard
flutter Booking Management Dashboard responsive (web,mobile,tablet)
Stars: ✭ 69 (-4.17%)
Mutual labels:  android-application
Owasp Workshop Android Pentest
Learning Penetration Testing of Android Applications
Stars: ✭ 60 (-16.67%)
Mutual labels:  android-application
Moviebookingui Android
This is a concept of fetching a user's cinema show details like venue, movie, date & showtime before allowing him to place a cinema F&B order.
Stars: ✭ 62 (-13.89%)
Mutual labels:  android-application
Turbo Editor
Simple and powerful File Editor for Android. All is licensed under the GPLv3 license.
Stars: ✭ 1,139 (+1481.94%)
Mutual labels:  android-application
Syncthing Macos
Frugal and native macOS Syncthing application bundle
Stars: ✭ 1,096 (+1422.22%)
Mutual labels:  peer-to-peer
Memorize
🚀 Japanese-English-Mongolian dictionary. It lets you find words, kanji and more quickly and easily
Stars: ✭ 72 (+0%)
Mutual labels:  android-application
Owasp Seraphimdroid
OWASP Seraphimdroid is an open source project with aim to create, as a community, an open platform for education and protection of Android users against privacy and security threats.
Stars: ✭ 62 (-13.89%)
Mutual labels:  android-application
Plasma
An Android Application written using latest Android Jetpack components and best practices, which displays trending movies/TV shows and cast, user can search movies and TV shows and also add them to watchlist.
Stars: ✭ 67 (-6.94%)
Mutual labels:  android-application
Spruce Network
Decentralized peer-to-peer mesh network.
Stars: ✭ 61 (-15.28%)
Mutual labels:  peer-to-peer
Ciruela
A peer-to-peer synchronization software for servers in datacenters.
Stars: ✭ 61 (-15.28%)
Mutual labels:  peer-to-peer
Flutter Responsive Email Ui Mobile Tablet And Web
We redesign the outlook app also make it responsive so that you can run it everywhere on your phone, tab, or web.
Stars: ✭ 1,138 (+1480.56%)
Mutual labels:  android-application
Materialfiles
Material Design file manager for Android
Stars: ✭ 1,092 (+1416.67%)
Mutual labels:  android-application
Pivaa
Created by High-Tech Bridge, the Purposefully Insecure and Vulnerable Android Application (PIVAA) replaces outdated DIVA for benchmark of mobile vulnerability scanners.
Stars: ✭ 71 (-1.39%)
Mutual labels:  android-application
Betteruntis
An alternative mobile client for the Untis timetable system.
Stars: ✭ 59 (-18.06%)
Mutual labels:  android-application
Douyaapikey
豆芽 API Key 设置向导
Stars: ✭ 65 (-9.72%)
Mutual labels:  android-application
Edxposedmanager
Companion Android application for EdXposed
Stars: ✭ 1,172 (+1527.78%)
Mutual labels:  android-application
Dagger2 Sample
A sample app to demo how to implement dagger in Android using Dagger Android Support library
Stars: ✭ 72 (+0%)
Mutual labels:  android-application
Redreader
An unofficial open source Reddit client for Android.
Stars: ✭ 1,146 (+1491.67%)
Mutual labels:  android-application

Mule on Android application

Logo

Application for Android platform to work in ED2K(eDonkey2000) networks. Based on ED2K library - see description below. In GUI part used source code and design from FrostWire project for Android.

Links

Implemented Features

  • Searching files on servers and using Kademlia by keywords
  • Searching sources for file using KAD and servers
  • Downloading files
  • Internationalization

Features in plans

  • Completed KAD support including firewalled checking and buddy system
  • Playing file during downloading

Screenshots

Transfers Search Servers
S1 S1 S1
Settings Servers connected Servers core stopped
S1 S1 S1
Settings connect core Search core stopped Menu
S1 S1 S1
More screenshots More screenshots More screenshots
S1 S1 S1
More screenshots More screenshots More screenshots
S1 S1 S1

Java library for ED2K(eDonkey) networks

Build status

Why Java?

Main goal - native application for Android platform. Lighter, faster, more user friendly and convenient than current Mule for Android.

Techniques

  • Async network I/O using Java NIO
  • Async disk I/O operations emulation via one single thread executor service per session
  • Project structure inspired by libed2k

Implemented features

  • Packets parsing engine
  • Alerts system
  • Exception system with one type of exception and error code for each problem
  • Search on servers(with all parameter types), search related, search more
  • Downloading parts of files
  • Downloading compressed parts of files(not recommended as default!)
  • Connections policy
  • Naive piece picker optimized to download fist and last pieces first for preview feature
  • Naive piece manager - online pieces hash calculation and hash verification during downloading
  • KAD search for keywords and file sources

What next

  • Stable code, fixing bugs, increase performance
  • Advandced piece picker and piece manager
  • Completed KAD support including firewalled usage and buddy system.
  • Support publishing in KAD and responses to search requests

Building Maven/Gradle

Few dependencies in pom.xml - Mockito for unit tests and slf4j logging facade.

  1. clone project
  2. cd jed2k && mvn package

If you prefer Gradle - use gradle build on second step.

Testing

You can use simple console downloader class org.jed2k.Conn. Before usage you have to set incoming directory as first parameter. Do not use double quotes in commands below - there are for mark parameters. Some commands(much more available - see in code):

  • connect to server, default port 4661: connect "server_address_or_ip" [port]
  • search on server: search "search_phrase"
  • search on server: search "search_phrase" dataSize "limit_in_mb"
  • save search results: save
  • load search results: restore
  • show search results: print
  • create transfer: load "hash" "size" "filepath"
  • create transfer: load "emule_link"
  • create transfer: load "number of search"
  • delete transfer: delete "hash"
  • exit application: quit

Additional tool for testing DHT: Kad.java application with own commands system

Special case - trial session - fixed sources addresses. Setup -Dsession.trial=true, -Dsession.peers=a.b.c.d:port,....

Help

If you know Java/C++, Android or Java for Android, use eMule or simply would like help project - welcome 😄

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].