History log of /haiku/src/apps/serialconnect/FileSender.h
Revision Date Author Comments
# f1af46a2 26-Aug-2017 Adrien Destugues <pulkomandy@pulkomandy.tk>

SerialConnect: try to fix gcc5 build.


# 8bff17cf 26-Aug-2017 Adrien Destugues <pulkomandy@pulkomandy.tk>

SerialConnect: support sending raw files

Add a generic FileSender interface, which XModemSender implements. Add a
new RawSender which implements the same interface.

The RawSender currently blocks the application thread while sending,
which is not a good idea. Will rework this when I allow cancelling
transfers before they complete.