Wireless Attack Aircraft Carrier: Difference between revisions
From charlesreid1
(Created page with "Overview: * configure a raspberry pi or widy mobile router * create a suite of startup scripts/tasks with Python * how to glue everything together, timing-wise, cascade-wise,...") |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
* how to run the whole thing as a service | * how to run the whole thing as a service | ||
rc.local | keep it simple: | ||
* rc.local, single call to your python script | |||
etc init.d | 900 pound gorilla: | ||
* etc init.d startup service - allows you to create more complicated tasks with more complicated logic | |||
[[Category:Raspberry Pi]] | |||
{{PiFlag}} | |||
Latest revision as of 00:41, 4 March 2016
Overview:
- configure a raspberry pi or widy mobile router
- create a suite of startup scripts/tasks with Python
- how to glue everything together, timing-wise, cascade-wise, system calls vs python, all in Python
- how to run the whole thing as a service
keep it simple:
- rc.local, single call to your python script
900 pound gorilla:
- etc init.d startup service - allows you to create more complicated tasks with more complicated logic