new: implemented ble.enum and refactored how tabular views work ( ref #74 )

This commit is contained in:
evilsocket 2018-02-27 00:35:42 +01:00
commit ec58c55370
9 changed files with 341 additions and 52 deletions

View file

@ -46,10 +46,9 @@ func (s EventsStream) viewBLEEvent(e session.Event) {
name,
dev.Device.ID(),
vend)
} else {
fmt.Printf("[%s] [%s] %v\n",
} /* else {
fmt.Printf("[%s] [%s]\n",
e.Time.Format(eventTimeFormat),
core.Green(e.Tag),
e.Data)
}
core.Green(e.Tag))
} */
}