0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-06-26 03:21:22 +02:00
Commit Graph

81 Commits

Author SHA1 Message Date
Peter Uithoven
ae036af172 Merge pull request #62 from Doodle3D/feature/button-switch-wificonfig
Feature/button switch wificonfig
2016-05-25 10:20:43 +02:00
Wouter R
efd2b6aacb Log PID at start of each request and elapsed time when it finishes. 2016-05-07 22:54:45 +02:00
olijf
205fc7460d Added symlink to d3dapi 2016-04-12 12:49:38 +02:00
olijf
d3d8ebdeda Changed method from GET to POST 2016-04-12 12:22:14 +02:00
olijf
2b097996e0 Added LUA API call
Added Lua API call to reset the network configuration.
2016-04-12 12:05:01 +02:00
olijf
a8bdd5c188 Changed logic
Now instead of rotinging through all wifi configs the button just removes all other configs and only leaves the doodle3d AP
2016-04-08 14:47:06 +02:00
olijf
52650da0fe Changed the script so that the wifinetworks rotate 2016-04-07 16:23:22 +02:00
olijf
4160441a4b Fixed check to see if it has to switch to ap mode 2016-04-07 11:16:31 +02:00
olijf
7397066ad9 Added doodle3d-client fix
now the status is correctly displayed in the web ui. currently the script works because it assumes certain things. would be nice if i can add some more checks to it.
2016-04-05 17:22:37 +02:00
olijf
05bb813f29 Added dhcp config
Configure the dhcp server in the correct way, so when switching between wifi configs the it still connect.
2016-04-05 16:44:58 +02:00
olijf
039fbbb4c3 Use WPS button to switch configs
Added a functionality for the WPS button. (next to the leds)
2016-04-05 14:24:29 +02:00
Wouter R
0583dddbe3 Merge branch 'feature/logrotate' into develop 2016-03-18 18:24:05 +01:00
Wouter R
00d77c491d Log rotation: store first 500 lines of print3d and firmware logs separately to prevent them from being rotated. 2016-03-18 16:28:21 +01:00
Wouter R
453ec4294f Log rotation:
- install logrotate wifibox.conf file,
- create directories required for log rotation on boot.
2016-03-16 22:33:38 +01:00
peteruithoven
5d22267ae3 Loglite readme fixes 2016-03-16 18:40:31 +01:00
peteruithoven
4db83c98c5 loglite readme additions like installation 2016-03-16 17:36:41 +01:00
peteruithoven
f06e3da46b loglite readme: filter whole log file example 2016-03-16 17:06:31 +01:00
peteruithoven
eebd00c32f loglite readme: code highlighting 2016-03-16 17:05:58 +01:00
peteruithoven
ae65e0841c Better print3d and new serial loglite filters 2016-03-16 16:58:32 +01:00
Wouter R
f0c839ffdc Loglite: fix non-existing directive in example. 2016-03-04 20:29:37 +01:00
Wouter R
7a346d6cf1 Loglite: several new filter directives. 2016-03-04 18:12:28 +01:00
Wouter R
a9e17e5151 Loglite:
- README.md with documentation on usage and creating filter sets (implements #54).
- small improvements to default filter set.
2016-03-04 17:24:30 +01:00
Wouter R
332d185b50 Loglite: add inheritance support for filter sets. 2016-03-03 22:40:23 +01:00
Wouter R
b27506d236 Create convenience aliases (tailfw & tailp3d) for loglite. 2016-02-29 17:35:17 +01:00
Wouter R
7f5e10eb80 Merge branch 'feature/fixups-unify-log+chunk-checking' into develop 2016-02-29 16:27:01 +01:00
Olaf van der Kruk
9f95b8c537 Added little readme 2016-02-29 10:48:11 +01:00
Wouter R
c8bea605f7 Move default filter set to config file.
Show available filter sets in help output.
2016-02-26 00:23:19 +01:00
Wouter R
1db8bf3119 Accept second command-line argument as filter set name.
Fixes #55.
2016-02-25 23:39:23 +01:00
Wouter R
8a07d972dd Create debug print to list available filter sets (to be used in help output later). 2016-02-25 23:23:50 +01:00
Wouter R
fc026f1b38 loglite enhancements:
- Attempt reading named filter sets from $HOME/loglite-filters.lua
- Slightly improved debug printing
2016-02-25 10:29:02 +01:00
peteruithoven
939cb66066 Merged branch develop into feature/fixups-unify-log+chunk-checking 2016-02-24 10:51:13 +01:00
Wouter R
b4aa1a9746 Wifibox stdout/stderr log file:
- rename 'wifibox.cgi-fallback.log' to 'wifibox.stdout.log'
- extend description of Lua debugging (and the fallback log)
- send fallback log along with info/logfiles request
2016-02-23 16:18:42 +01:00
Wouter R
37f833aec1 Print skipped files when adding copyright notices.
Remove old script.
2016-01-08 23:24:03 +01:00
Wouter R
1c3f35c84f Update comment on possible log targets.
Update license-spec.
2016-01-08 23:20:09 +01:00
Wouter R
9fd96740a3 Remove unnecessary require.
Change backup log file name in d3dapi script.
2016-01-08 22:03:52 +01:00
Wouter R
af76720e54 Prepare log subsystem to be consistent with changes in print3d. 2016-01-08 21:46:46 +01:00
Wouter R
4f84e1060b Add padding to level names in log messages.
Other minor changes.
2016-01-08 20:41:42 +01:00
Wouter R
759c0a3007 Install loglite filter to wifibox.
Small fixes to loglite filter.
Set dummy host/port/agent info on command-line API call.
Remove non-functional version info from shell banner.
New todo item in release script.

Conflicts:
	extra/scripts/publish-wifibox-release.lua
2016-01-08 20:41:40 +01:00
Wouter R
b29eb5289e Initial version of log filter/highlight script. 2016-01-08 14:53:05 +01:00
Wouter R
5f59e5e2c9 Add logging module/facility support.
Change log message format to match with that in print3d logger.
2016-01-08 14:52:39 +01:00
Wouter R
2459cda0ac Reorder and rename log levels to match those in print server.
Fix typo in regex in getLocalIp function.

Conflicts:
	src/script/wifibox.uci.config
2016-01-08 13:48:24 +01:00
Wouter R
f51e63e06a Add new settings key 'system.log.level' with print3d log levels.
Change uci-defaults script to make sure the new setting exists in UCI and the old one is removed.
Read new log level key in firmware and map it to firmware log level.
2016-01-06 13:23:25 +01:00
peteruithoven
93e2ce1cb7 Increate wifibox timeout
Also see: https://github.com/Doodle3D/doodle3d-firmware/issues/32
2015-06-15 15:08:17 +02:00
peteruithoven
05b4f00a48 Merge branch 'develop' 2014-04-09 16:04:16 +02:00
peteruithoven
e4b2e605ed Removed network configuration boot mode and starting wifibox init after uhttpd and dnsmasq 2014-03-12 18:23:10 +01:00
Wouter R
ef296218a2 Change update site URL to be a setting.
Show release date in command-line info.
Remove development path from updater script.
2014-02-25 23:57:37 +01:00
Wouter R
a5f0492a13 Identify beta->stable transition as 'update' when includeBetas setting is false.
Fix in index generator in update publisher.
2014-02-24 22:59:38 +01:00
Wouter R
524ef027f5 Add a number of sanity checks to release script.
Tidying up.
Several changes and fixes to beta updating code.
2014-02-24 15:22:08 +01:00
Wouter R
264511f809 Add support for beta releases to updater command-line tool.
Fix several bugs in updater.
Validate images both on file size and checksum.
2014-02-22 00:09:41 +01:00
Wouter R
96065095ab Integrate new release scripts with firmware.
Accept 'y' for an answer to sync question.
Add makeshift test file for later reference.
2014-02-21 11:33:42 +01:00