seemoo-lab / opendrop

An open Apple AirDrop implementation written in Python
https://owlink.org
GNU General Public License v3.0
8.48k stars 265 forks source link

Starting https server forever #107

Open PanDabStudios opened 1 year ago

PanDabStudios commented 1 year ago

teminal: opendrop receive -i wlp3s0 Announcing service: host kiwi, address fe80::2fd8:8b01:aef7:78e5, port 8771 Starting HTTPS server and stays like that, I cant recieve nor send anything

debug mode: 2023-03-06 10:51:52,870 DEBUG opendrop.config: No Apple ID Validation Record found 2023-03-06 10:51:52,872 DEBUG asyncio: Using selector: EpollSelector 2023-03-06 10:51:52,881 INFO opendrop.server: Announcing service: host kiwi, address fe80::2fd8:8b01:aef7:78e5, port 8771 2023-03-06 10:51:53,686 INFO opendrop.server: Starting HTTPS server

amateusz commented 1 year ago

As far as I understand you should run opendrop with owlink interface (created by owl), which by default is called awdl0, and not your raw wlan card.

Though it seems not to be working with current iOS anymore anyway (see another issue)

PS. I also call my computers with names of fruits ^^.