Wykres commitów

229 Commity (master)

Autor SHA1 Wiadomość Data
peepsnet ac3a36251a Update interfaces 2016-12-18 11:53:27 -05:00
peepsnet ed1b908188 Cleaned up the comments
I cleaned up these comments and added the code that worked for me to get his running. I can now connect to my home wifi and cell phone hotspot with these settings.
2016-12-18 11:51:30 -05:00
peepsnet 806473455a simplify creating the tmp file 2016-12-18 11:12:19 -05:00
peepsnet eec6e2c7db nope 2016-12-18 09:53:55 -05:00
peepsnet 3b56dc7c3b added notes 2016-12-17 17:28:12 -05:00
peepsnet 6c927417c3 path typo
path typo for edimax driver
2016-12-17 15:40:43 -05:00
cyoung de93c79a07 Merge pull request #529 from peepsnet/master
Move user configurable options out of hostapd.conf and hostapd-edimax.conf to hostapd.user and build temp hoatapd.conf on the fly with stratux-wifi.sh
2016-12-12 14:39:33 -05:00
Christopher Young 720a7aad72 Clean up libimu ref. 2016-12-12 12:41:21 -05:00
peepsnet ed0cc5bd74 set a default passphrase if not choosen
Fixed the script to use a default passphrase("Squawk1200") if option -e used but no passphrase entered.
2016-11-24 12:00:24 -05:00
peepsnet a951410f3f Restart WiFi in script
This change now restarts the WiFI services in the script and no longer needs a restart!!
2016-11-24 11:48:14 -05:00
peepsnet 469a413bb3 Change is logic placement
I removes all my code from this file and moved to stratux-pre-start.sh. This seems like a logical place to monkey around with stuff that must be ready for the start of stratux.
2016-11-24 10:41:50 -05:00
peepsnet 737df68e46 clean up 2016-11-24 00:00:52 -05:00
peepsnet 2ef42ea8d0 add sleep
add sleep to make sure the file write has time to finish before checking for the file
2016-11-23 23:51:18 -05:00
peepsnet 6c5352e3a1 clean up code 2016-11-23 23:35:14 -05:00
peepsnet 18b0bf53ef clean up 2016-11-23 23:31:03 -05:00
peepsnet 27db95f749 hopefully better speed 2016-11-23 22:09:35 -05:00
peepsnet e3e7fd7aab logic reorder 2016-11-23 21:20:42 -05:00
peepsnet 7b104be3dc formatting 2016-11-23 20:37:19 -05:00
peepsnet 94da60ed06 formatting 2016-11-23 19:35:36 -05:00
peepsnet 226b8442f7 Check for and handle hostapd.user
This script now not only starts hostapd using the proper driver(standard/edimax). 

It now checks for the existance of the hostapd.user file and if found uses it. if not found creates it with the values from the existing hostapd.conf

I choose to only carry over the values from the hostaod.conf and not the edimax because they should be the same. 

If there is no user configurable values in hostapd.conf and no hostapd.user file then a default hostapd.user file is created.
2016-11-23 19:22:18 -05:00
peepsnet 454da41fd2 Update stratux-wifi.sh 2016-11-23 17:25:21 -05:00
peepsnet d2c50f0921 Delete hostapd.user 2016-11-23 17:03:24 -05:00
peepsnet 31dc1a14fd user configurable hostapd values
this is where the user valies are stored and used to build /tmp/hostapd.conf
2016-11-23 17:01:28 -05:00
peepsnet 4a1ce917a3 update comments 2016-11-23 16:37:19 -05:00
peepsnet c0a945bb88 edits hostapd.user
this file now edits hostapd.user to change user configurable values for hostapd
2016-11-23 15:54:49 -05:00
peepsnet 3cca4ba525 loading user config settings
update the file to create a tmp file that adds all the user config valuse to the hostapd.conf and uses the new /tmp/hostapd.conf to run the hostapd deamon
2016-11-23 15:52:44 -05:00
peepsnet 11f513c1da removed user configurable values 2016-11-23 15:50:55 -05:00
peepsnet 9489933233 removed user configurable values
removed user configurable values to be placed in a global hosapd file
2016-11-23 15:50:32 -05:00
peepsnet 0325a9ea39 Fixed the sleep function to lcase and a bit of look & feel 2016-10-02 11:54:31 -04:00
cyoung 3932153c3d Merge pull request #498 from peepsnet/patch-23
update for sdr-tool.sh. mkimg.sh addition.
2016-10-01 11:45:12 -04:00
cyoung 7865039dc2 Merge pull request #499 from peepsnet/patch-24
added sdr-tool.sh info
2016-10-01 11:43:57 -04:00
peepsnet 06cbb8c508 uncommented a few need lines 2016-09-30 21:35:09 -04:00
peepsnet 0b71091b34 added sdr-tool.sh info 2016-09-30 21:24:38 -04:00
peepsnet c2b0e051ad update for sdr-tool.sh 2016-09-30 21:13:35 -04:00
peepsnet 37309af7bb Tool to "automate" setting SDR serials
The script walks users through setting serials for the SDRs and offers the "Fallback" option when setting the 1090 SDR.
2016-09-30 21:05:40 -04:00
Christopher Young 8cef443497 Change green (ACT) LED default behavior on RPi - off = stratux not running, on = stratux running. 2016-09-26 14:34:41 -04:00
Christopher Young 85d73964c7 Typo. 2016-09-14 22:23:17 -04:00
Christopher Young 4659e03dbd Use Pin 12 (GPIO 18) for fancontrol. 2016-09-12 15:25:53 -04:00
Christopher Young 95c1c3669e Remove stratux-post-start.sh. Start fancontrol and screen controller from rc.local. 2016-09-12 14:43:56 -04:00
Christopher Young 89c82762b7 Change paths. 2016-09-11 18:49:01 -04:00
Christopher Young e4916a9de6 Add back DHCP default route.
Fixes some issues with Android. Cellular no longer usable on iPad when
connected.
2016-09-11 18:48:56 -04:00
Christopher Young 0588f8b0e7 Daemonize stratux-screen.py and fancontrol.py. 2016-09-11 17:24:01 -04:00
Christopher Young 333bb6c3ce Add "post start" script to start fan control and screen controllers. 2016-09-11 17:06:06 -04:00
Christopher Young 03f3957a0d Change paths for OLED screen addition. Add OLED script install into mkimg.sh. 2016-09-11 16:58:37 -04:00
Christopher Young e7636a0561 Add specific CP2102 rule for dedicated serialout device. 2016-09-06 16:16:02 -04:00
tconnolly@Tims-Home-iMac.local 45aac86b76 Fixed type in aliases for setSerial1 2016-08-20 20:07:25 -05:00
Christopher Young 6e6aa0b055 Clarify motd message about 'stratux-help' - command only applies to root user.
#473.
2016-08-16 16:04:25 -04:00
cyoung 1a7405ee32 Merge pull request #464 from AvSquirrel/boot-fixes
Update setup scripts to disable console on ttyAMA0
2016-08-05 17:04:42 -04:00
cyoung 5a13cc01ee Merge pull request #467 from peepsnet/patch-18
Added hostapd_manager.sh and raspi-config reminders
2016-08-05 12:07:12 -04:00
Christopher Young 8293c88936 Merge remote-tracking branch 'origin/master' into uavionix 2016-08-05 11:56:25 -04:00
Christopher Young 2569a146e9 Use apt-get to install python-pil. 2016-07-29 08:34:11 -04:00
peepsnet afe73c38f1 Added hostapd_manager.sh and raspi-config reminders
Added hostapd_manager.sh and raspi-config reminders in the help
2016-07-22 20:35:56 -04:00
AvSquirrel f529ce3231 Remove references to /etc/inittab 2016-07-16 02:38:13 +00:00
AvSquirrel fd6b8626e8 Disable console on ttyAMA0 - mkimg.sh 2016-07-15 15:49:51 +00:00
Christopher Young e3d348a0fa Resolve conflicts. 2016-07-14 15:50:07 -04:00
Christopher Young 77ecb0d6ad Merge remote-tracking branch 'origin/master' into uavionix
# Conflicts:
#	Makefile
#	image/mkimg.sh
#	selfupdate/makeupdate.sh
2016-07-14 15:45:34 -04:00
cyoung 3877461b6e Merge pull request #459 from peepsnet/patch-16
fix typo
2016-07-10 12:12:59 -04:00
cyoung 24e21bb640 Merge pull request #458 from peepsnet/patch-15
More info in the MOTD
2016-07-10 12:12:55 -04:00
cyoung 2f0f62c8b3 Merge pull request #452 from mhrivnak/patch-1
fixes a minor typo
2016-07-10 12:12:21 -04:00
peepsnet 622c9eb643 fix typo 2016-07-10 10:59:18 -04:00
peepsnet f77b21175b Update motd 2016-07-10 10:55:46 -04:00
peepsnet 2c0768c44c More info in the MOTD 2016-07-10 10:54:44 -04:00
Christopher Young e83bfb6319 Add python-dev for OLED screen. 2016-07-09 14:35:16 -04:00
Christopher Young 6d063cce42 OLED screen notes. 2016-07-09 14:25:06 -04:00
Christopher Young 3dfbcc6ad7 Add new kernel module name to blacklist for newer Linux distros. 2016-07-07 19:05:35 -04:00
Michael Hrivnak 76484b315e fixes a minor typo 2016-07-03 19:03:34 -04:00
Christopher Young 31464f92ad Install fan control utility via update script. Move to /usr/bin/.
#444.
2016-06-27 09:28:56 -04:00
Christopher Young 18cbe9d784 Cleanup. Startup scripts installed by 'make install'. 2016-06-23 16:03:51 -04:00
Christopher Young 6ce1f48f63 Cleanup. Startup scripts installed by 'make install'. 2016-06-23 16:03:20 -04:00
Christopher Young 9f05b24536 Cleanup. 2016-06-23 15:34:00 -04:00
Christopher Young 3250158126 Clean up. Add systemd files install to mkimg.sh.
#445.
2016-06-21 22:58:30 -04:00
Eric Gideon 837c6ec476 adding fancontrol to the root user's dir; no automation at this time. 2016-06-21 09:11:54 -07:00
Eric Gideon 43c0da7e21 adding @helno's GPIO fan control script. 2016-06-21 09:06:30 -07:00
Christopher Young 5eadf628ee ASCII Stratux /etc/motd. Add note about clock. #426
http://patorjk.com/software/taag-v1/, “Univers” font.
2016-06-13 16:12:41 -04:00
Tony Morris b0e4ca1772 fix typo in comment 2016-06-02 20:41:25 +10:00
Joseph Poirier 4431f3cda3 Add support for RPi0 board rev 1.3 2016-05-29 11:17:00 -05:00
cyoung 3843350432 Merge pull request #427 from uavionix/master
Initial
2016-05-26 23:15:41 -04:00
AvSquirrel 7940417f1c Add u-blox 8 to udev rules. Use generic descriptions for ublox 6/7. 2016-05-19 03:48:58 +00:00
Christopher Young 8b85b41342 Deploy stratux udev rules.
#416.
2016-05-17 17:13:30 -04:00
Ryan C. Braun ae40a08d7e Fix udev typo 2016-05-16 18:07:46 -05:00
Ryan C. Braun c709088be2 Update udev rule to symlink 2016-05-16 18:07:04 -05:00
Christopher Young c1fa523aaf Initial commit - udev rules for GPS devices and serialout devices.
#416.
2016-05-16 18:39:42 -04:00
cyoung 6e5d449af0 Merge pull request #394 from AvSquirrel/gps-uart-fix
GPS UART fix for RPi 3. Fixes #393.
2016-04-22 07:22:11 -04:00
peepsnet f6f3431ab9 Typo 2016-04-20 15:28:22 -04:00
AvSquirrel f6d2ee1898 config.txt updates for RPi 3 2016-04-20 11:51:09 +00:00
peepsnet f26ae164a7 typo 2016-04-12 11:36:20 -04:00
Christopher Young cc49ea9813 Fixes PR #382. 2016-04-11 17:25:09 -04:00
cyoung 0e9adca4ab Merge pull request #383 from peepsnet/patch-9
Update mkimg.sh
2016-04-11 17:22:24 -04:00
cyoung ff3594b597 Merge pull request #382 from peepsnet/patch-8
adding .sxtAliases
2016-04-11 17:21:43 -04:00
cyoung 750cebe7a8 Merge pull request #379 from peepsnet/patch-5
Debugging aliases
2016-04-11 17:18:37 -04:00
peepsnet 4ca7fa94fc Update mkimg.sh 2016-04-08 19:17:54 -04:00
peepsnet 0f8c352ae6 adding .sxtAliases 2016-04-08 12:03:18 -04:00
peepsnet 635d2fd106 filename 2016-04-08 11:53:31 -04:00
peepsnet 905b268893 Debugging aliases
Some shortcuts to help us get users to be able to debug stratux
2016-04-08 11:50:59 -04:00
peepsnet 78fcc855a9 typo 2016-04-08 10:59:32 -04:00
peepsnet 98b340e51a typo 2016-04-08 10:59:10 -04:00
peepsnet b0e58058a4 Stratux specific alias file 2016-04-08 10:56:33 -04:00
peepsnet 77f9708d56 keep an alias file after this file is modified
Since I am tired of my aliases being over written I am adding this so I can make my own alias file and not have it overwritten!!!!!!!!!!!!!

create a file called .aliases in /root and they will be included
2016-04-04 12:20:34 -04:00
cyoung a39bc203a2 Merge pull request #361 from peepsnet/patch-1
Update mkimg.sh for hostapd_manager.sh
2016-04-03 13:56:06 -04:00
peepsnet 9cdd5e3af2 Correct typo and clarify instructions 2016-04-03 01:27:14 -04:00