Bug 449 - Convert session loader to input module
Summary: Convert session loader to input module
Status: CONFIRMED
Alias: None
Product: libsigrok
Classification: Unclassified
Component: Other (show other bugs)
Version: unreleased development snapshot
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-17 12:35 CEST by Bert Vermeulen
Modified: 2019-12-21 20:19 CET (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bert Vermeulen 2014-10-17 12:35:21 CEST
The input API is finally flexible enough to handle this, and the "special" session and sdi are troublesome to support, causing memory leaks among other things.
Comment 1 Gerhard Sittig 2019-12-21 20:19:27 CET
Status update:

The "srzip" input file format requires random access to the ZIP archive while 
applications currently assume strictly sequential access for input files. 
There is WIP code to prepare local file I/O in input modules but it's not yet 
in mainline. The libsigrok library as well as applications need adjustment.

  git://repo.or.cz/libsigrok/gsi.git wip/input-internal-io-v4