siglabsoss / shannon

Base Station Signal Processing
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Rebuild webhooks #1

Open esromneb opened 10 years ago

esromneb commented 10 years ago

Right now the ruby dashboard dispatches all the webhooks.

From the terminal with cd as the ruby project, run

"rake loop_debug_hook" which calls this function: https://github.com/popwi/dashboard/blob/master/lib/tasks/general_tasks.rake#L26

This format needs to be either copied or rebuilt in C for shannon. Or we just launch syscalls out of shannon to pure ruby, rake and twisted (and remove Rails for simplicity)