libaribb25 | 茂木 和洋 kazhiro @ marumo

 by   epgdatacapbon C Version: Current License: No License

kandi X-RAY | libaribb25 Summary

kandi X-RAY | libaribb25 Summary

libaribb25 is a C library. libaribb25 has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

 茂木 和洋 (mogi, kazuhiro)  kazhiro@marumo.ne.jp.  2011 年 7 月の地上アナログ放送停波を控え、廉価な地上デジタル放送  受信機の販売が待たれている.  しかし、arib の標準文書はわざと判りにくく書いて開発費をかさませ  ようとしているとしか思えないほどに意味不明瞭な記述になっており  このままでは低価格受信機の開発など不可能に思える.  そこで、自分なりに arib 標準文書を読み、理解した範囲をソース  コードの形にまとめて公開することにした.  ca システム (b-cas カード関連) を中心に ecm(table_id=0x82) の処理と  ストリーム暗号の復号処理、emm(table_id=0x84) の処理までを実装した.  emm メッセージ (table_id=0x85) 関連は未実装となっている.  iso 7816 対応の ic カードリーダがインストールされた windows pc を  想定動作環境とする.  iso 7816 対応スマートカードリーダーは一般に  「住基カード対応 ic カードリーダ」「e-tax 対応 ic カードリーダ」  などとして 4000 円程度で販売されているものが利用可能である.  日立マクセル製の hx-520ujj と ntt コミュニケーションズの scr3310  で正常に動作することを確認している.  ・ソースコードを利用したことによって、特許上のトラブルが発生しても   茂木 和洋は責任を負わない  ・ソースコードを利用したことによって、プログラムに問題が発生しても   茂木 和洋は責任を負わない.  上記 2 条件に同意して作成された二次的著作物に対して、茂木 和洋は  原著作者に与えられる諸権利を行使しない.  ・b25.exe / b25   arib std-b25 記載の処理を行うためのプログラム.  ・libaribb25.dll / libaribb25.so   multi2 復号処理を行うライブラリ   libaribb25.dll は b25decoder.dll と互換性がある.   arib std-b25 記載の処理を行うためのモジュール   mpeg-2 ts の分離、ca システム (b-cas カード) 機能の呼び出し、   multi2 復号機能の呼び出し等を担当する.   ca システム (b-cas カード) のリソース管理および直接の制御を   担当する.   テストドライバ   pat/pmt/ecm を含む mpeg-2 ts ファイルを読み込み、復号後の   mpeg-2 ts ファイルを出力する.   コマンドラインオプションで multi2 暗号のラウンド数を指定可能   ラウンド数を指定しない場合の初期値は 4.   このラウンド数 4 は multi2 用語では 32 に相当する.   arib std-b25 では multi2 のラウンド数は非公開パラメータだが   総当たりで実際のラウンド数は推定可能である.   $ sudo apt-get install pkg-config libpcsclite-dev $ make $ make install.   1 アプリケーションは b_cas_card モジュールのインスタンスを    作成し、b_cas_card モジュールに、初期化を依頼する.   1.a b_cas_card モジュールは win32 api のスマートカード関連     api を呼び出し、ca システムに接続する   1.b b_cas_card モジュールは arib std-b25 記載の「初期条件     設定コマンドを ca システムに発行し、システム鍵 (64 byte)     初期 cbc 状態 (8 byte) を受け取る.   2 アプリケーションは arib_std_b25 モジュールのインスタンスを    作成し、b_cas_card モジュールを arib_std_b25 モジュールに    登録する.   1 アプリケーションは arib_std_b25 モジュールに順次データを    提供し、arib_std_b25 モジュールから処理完了データを受け    取ってファイルに出力していく.    1 ts パケットのユニットサイズ (188/192/204 などが一般的) が     特定されていない場合 8k まで入力データをバッファしてから、     ユニットサイズを特定する     ユニットサイズが特定できなかった場合は、エラー終了する.    2 pat が発見されていない場合、pat が発見できるまで入力     データをバッファし続ける     pat が発見できずにバッファサイズが 16m を超過した場合     エラー終了する     pat が発見できた場合、プログラム配列を作成し pid マップ
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              libaribb25 has a low active ecosystem.
              It has 8 star(s) with 3 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              libaribb25 has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of libaribb25 is current.

            kandi-Quality Quality

              libaribb25 has 0 bugs and 0 code smells.

            kandi-Security Security

              libaribb25 has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              libaribb25 code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              libaribb25 does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              libaribb25 releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of libaribb25
            Get all kandi verified functions for this library.

            libaribb25 Key Features

            No Key Features are available at this moment for libaribb25.

            libaribb25 Examples and Code Snippets

            No Code Snippets are available at this moment for libaribb25.

            Community Discussions

            No Community Discussions are available at this moment for libaribb25.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install libaribb25

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/epgdatacapbon/libaribb25.git

          • CLI

            gh repo clone epgdatacapbon/libaribb25

          • sshUrl

            git@github.com:epgdatacapbon/libaribb25.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link