codeblock

2016年8月17日 星期三

Some learning notes in Fugle

* 快速簡單做網頁: express
* 自己架git: gitlab
* 簡單強大的資料庫: : mongoose
* windows 連 mongodb 小工具: robomongo
* 使用 JQuery : cheerio
* 好用的Promise(流程控制): bluebird
* Array好用的方法: map, foreach
* 好用的 linux service 管理器: pm2
* linux 啟動程式以後 seesion斷掉還能繼續運作: nohup
* 網頁微美化: bootstrap
* 網頁hide/show效果: toggle
* 網頁表格sorting: tablesort
* 網頁送POST : Ajax
* response render: ejs
* node module 管理器: npm
* nodejs 時間日期相關: moment

2016年6月16日 星期四

2016年6月1日 星期三

Add flow entries to OVS

- There are sample codes in Ryu teaching us how to install a flow entries into an ovs. However, the samples are very simple that they only show the matching rules limiting input port and destination MAC address.

2016年5月9日 星期一

2016年5月6日 星期五

Ryu Controller - Traffic Monitor (Cont.)

- Try to block a flow if the traffic of that flow is abnormally large!
- A traffic monitor request switches info for every 5 seconds

2016年5月3日 星期二

Ryu Controller - Traffic Monitor

- Traffic monitor provides a periodically triggered inspector to obtain the flow/port status of each switches.
- A simple sample code is available here: https://github.com/osrg/ryu-book/blob/master/en/source/sources/simple_monitor.py 
- Note that it should be executed in Openflow 1.3