Skip to content

First v2 Beta!

Compare
Choose a tag to compare
@kd8bny kd8bny released this 16 Jan 01:52
· 124 commits to master since this release
b1f35a4

Some many changes to mention not enough space. Here are the highlights

Now supports 3 methods of transfer sftp (default), TCP socket, local.
SFTP is the classic operation
TCP skips the disk and writes directly to socket
Local allows you to capture on the same device that you run it

Support for SSH Keys
Use upstream LiME
SFTP support compression over the wire
More config options in config file
Choose LiME options as args (digest type and format)

Many bug fixes and optimizations