Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

別アプリからトポロジ情報を利用できるよう、トポロジイベントを取得可能なハンドラ類の定義 #13

Closed
y-higuchi opened this issue Jul 9, 2013 · 1 comment
Assignees

Comments

@y-higuchi
Copy link

掲題の通り、

  • 現在のトポロジを一括取得するメソッド
  • 随時トポロジ変化(スイッチ、ポート、リンク)の(追加・削除・状態変化)の通知を受けるイベントハンドラ

のようなメソッド群をユーザの作成するアプリ側で利用可能とする。

イメージとしては、ユーザのコントローラクラスで

    include Topology

のように指定する事で、

  • get_all_{switch,port,link}
  • switch_added, switch_removed, switch_updated
  • port_added, port_removed, port_updated
  • link_added, link_removed, link_updated

のようなメソッド/ハンドラが利用可能となるようなイメージ。

@ghost ghost assigned yasuhito Jul 11, 2013
@yasuhito
Copy link
Owner

yasuhito commented Jul 4, 2014

trema/topology#2 に移動しました。

@yasuhito yasuhito closed this as completed Jul 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants