タグ

2012年12月19日のブックマーク (2件)

  • OpenBlocks ワイヤレスソリューション - OpenBlocks

    「OpenBlocks AX3 WiMAXモデル」は販売終了致しました。 販売終了製品と同様のニーズについて、今後は「OpenBlocks 3G通信モジュール」をご活用ください。 OpenBlocks ワイヤレスソリューションはOpenBlocksにおけるLAN、WAN通信のワイヤレス化を実現し、よりお客様の運用形態に合わせたネットワークソリューションの構築を可能にします。 当ソリューションで使われるワイヤレスモジュールはOpenBlocksに最適化されており、ドライバ開発は不要です。また、市販の無線LANルータやWAN通信デバイスでは難しいデバイス内のソフトウェアが自由にカスタマイズでき、柔軟なワイヤレスネットワークの構築を実現します。 ※ 通信サービスエリア内や、無線が届く範囲内であっても、 環境によってはご利用いただけない場合がございます。 ※ 最大通信速度はベストエフォート(規格上

    embedded
    embedded 2012/12/19
    これでカスタマイズした無線LAN親機をクラッキングせずにどうどうと作れる。
  • Return Address (Using the GNU Compiler Collection (GCC))

    6.52 Getting the Return or Frame Address of a Function ¶ These functions may be used to get information about the callers of a function. Built-in Function: void * __builtin_return_address (unsigned int level) ¶ This function returns the return address of the current function, or of one of its callers. The level argument is number of frames to scan up the call stack. A value of 0 yields the return

    embedded
    embedded 2012/12/19
    関数の戻り番地を得るgccのビルトイン関数