flipperdevices / flipperzero-firmware

Flipper Zero firmware source code
https://flipperzero.one
GNU General Public License v3.0
12.79k stars 2.72k forks source link

IR flipper-to-flipper file transfer #2216

Closed Geddeon closed 1 year ago

Geddeon commented 1 year ago

Description of the feature you're suggesting.

Long-long time ago mobile phones has IR ports with file transferring feature. Why not add it to flipper? AFAIK there is no possibility of sharing files between flippers except for switching MicroSD cards.

Anything else?

No response

nymda commented 1 year ago

IR is a simple but terrible way of transfering data, this is a great idea but imo subghz or even NFC should be used instead

ankris812 commented 1 year ago

or even ble is better for that

skotopes commented 1 year ago

In theory possible, practically meaningless. If we talking about IrDA than is kinda complex to implement, if something more simple than any other transport supported by flipper will be better.

nymda commented 1 year ago

i disagree with "practically meaningless". being able to send NFC scans, nonces, etc wirelessly between two flippers could be very useful in actual pentesting applications

skotopes commented 1 year ago

@nymda my point is that there are better transports for this task: mobile apps supports sharing on the internet, and if you need local sharing than NFC or Sub-GHz should be used as transport.

Anyway, we already have sharing implemented in mobile apps. Anything else is a good idea for an app and you are free to implement it ;-)

ankris812 commented 1 year ago

@nymda my point is that there are better transports for this task: mobile apps supports sharing on the internet, and if you need local sharing than NFC or Sub-GHz should be used as transport.

Anyway, we already have sharing implemented in mobile apps. Anything else is a good idea for an app and you are free to implement it ;-)

or even ble, im working on doing that. ble is more reliable than ir. and about nfc, do you mean something like android beam?