Morsenger Processing: Difference between revisions

From Acacia Support Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:


All input, output, data processing and transformation is handled as background tasks.
All input, output, data processing and transformation is handled as background tasks.
[[Morsenger]] decodes morse from [[Bit Stream]] data using a [https://en.wikipedia.org/wiki/Dichotomic_search dichotomic search] algorithm.

Revision as of 11:43, 30 May 2017

Morsenger was developed from the ground up as an extensible application.

Internally, Morsenger maintains 2 separate data pipelines that automatically process incoming and outgoing transmissions. Data in the pipelines travels through a series of filters that transform selected data between different formats.

All input, output, data processing and transformation is handled as background tasks.

Morsenger decodes morse from Bit Stream data using a dichotomic search algorithm.