File: __init__.py

package info (click to toggle)
gr-satellites 5.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,836 kB
  • sloc: python: 29,546; cpp: 5,448; ansic: 1,247; sh: 118; makefile: 24
file content (29 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright 2019 Daniel Estevez <daniel@destevez.net>
#
# This file is part of gr-satellites
#
# SPDX-License-Identifier: GPL-3.0-or-later
#

'''
gr-satellites filereceiver

This module contains the File Receiver class and child classes
This class is used to reassemble files transmitted in chunks
'''

from .by70_1 import by70_1
from .cas5a import cas5a
from .cas5a import cas5a_new
from .dsat import dsat
from .k2sat import k2sat
from .lucky7 import lucky7
from .mirsat1 import mirsat1
from .qo100_multimedia import qo100_multimedia
from .sat_1kuns_pf import sat_1kuns_pf
from .smogp import smog1
from .smogp import smogp
from .swiatowid import swiatowid