Navigation Menu

Skip to content

Commit

Permalink
edited the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
samnet committed Jun 23, 2016
1 parent ef268c6 commit 901b1aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
@@ -1 +1,6 @@
# bybit
Current state of the project is as follows:

Some bash files scripts (in /monitoring) enable to streamline iptables manipulation and (dis)allow or limitates client's use of the hotspot. The bash scripts can take as an argument a numbe rof bytes. In this case, a client is allowed to use the hotspot up to that level.
Clients are identified by their MAC address.
The hotpost (DNS, DHCP etc.) is implemented using the create_ap project.
No transaction server has been yet created.
3 changes: 1 addition & 2 deletions monitoring/control.sh
Expand Up @@ -11,7 +11,7 @@
# can deal several mac addresses using listReader.sh

#TX0=/sys/class/net/wlan0/statistics/tx_bytes
TX0= /sys/class/net/ap0/statistics/tx_bytes
TX0=/sys/class/net/ap0/statistics/tx_bytes

initTX0=`cat $TX0`

Expand All @@ -35,7 +35,6 @@ while [ 1 = 1 ]; do

sleep 0.000005 # measurement intervals
done
how to know size ofa linux package

#set Counters
#iptables -A FORWARD -o $EXT_IF -d $IPClient
Expand Down

0 comments on commit 901b1aa

Please sign in to comment.