aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-01-03Ran isort, black and flake8 on scriptsNicolas Schodet
2022-03-17Fix nxt_filerTC Wan
2021-12-24Do not use argparse.BooleanOptionalAction for Python 3.7 supportNicolas Schodet
2021-12-13Move direct and system command to nxt.brick, add documentationNicolas Schodet
2021-12-09Rename some errors, add documentationNicolas Schodet
2021-12-09Add a close method and a context manager to BrickNicolas Schodet
2021-12-09Use a file_ and module_ prefix for file and module system commandsNicolas Schodet
2021-12-09Completely rewrite nxt.locatorNicolas Schodet
2021-12-09Add an option to nxt_test to disable soundNicolas Schodet
2021-12-09Use logging for all debug messagesNicolas Schodet
2021-11-29Fix nxt_server script for Python 3Nicolas Schodet
2021-11-27Use argparse for scriptsNicolas Schodet
2021-11-17Use generators for find_files and find_modulesNicolas Schodet
2021-11-17Use python io module to implement file accessNicolas Schodet
2021-11-09Update packagingNicolas Schodet
2021-11-09Fix find_files and find_modules when nothing found, fix closingNicolas Schodet
2021-11-09Return signal strengths as four values for nxt.get_device_infoNicolas Schodet
2021-11-09Add execution permission for scripts, and fix interpreter nameNicolas Schodet
2021-11-09Fix errors in nxt_filerNicolas Schodet
2021-11-09Fix bytes/str types usageNicolas Schodet
2018-06-14nxt_filer improvmentsDavid Lechner
2018-06-14Rename nxtfilemgr back to nxt_filerDavid Lechner
2018-04-30Merge branch 'master' into nxtfilemgr1Goldsloth
2018-04-27Drop remaining references to fantomDavid Lechner
2018-04-23use utf-8 as encodingcodestruct
2018-04-21nxt_text: move play sound to the bottomcodestruct
2018-04-21get_device_info: correctlz decode string for device namecodestruct
2018-04-21nxtfilemgr: fix string decodingcodestruct
2018-04-21nxtfilemgr: whitespacecodestruct
2018-04-21nxtfilemgr: fix string decodingcodestruct
2018-04-21nxtfilemgr: whitespacecodestruct
2018-04-21nxt_test: give audio feedback on successcodestruct
2018-04-21nxt_test: add additional option --debug which does the same as --verbosecodestruct
2017-12-13nxtfilemgrTC Wan
2016-04-22Needs a rewrite - can be found in python2 branchElvin Luff
2016-04-22nxt_test: add a --verbose switchfeinstaub
2016-04-22Fix 'b' is not defined bugfeinstaub
2016-04-22Fix errors in nxt_test and add a questioncodestruct
2016-02-26A more elegant solution to unassigned b. Fixes #73Eelviny
2016-01-28Looks like the whole folder evaded conversion. #71Eelviny
2016-01-28b cannot be closed if it is not assigned. #71Elvin Luff
2016-01-28Add brackets around print statements. Fixes #71Elvin Luff
2015-10-11Update program categories. Fixes #58Eelviny
2013-04-09Added .desktop for nxt-filer, fixes issue 52.marcus
2011-07-11close socket before exiting to clean up connection state. needed by pyfantom ...tcwan99
2011-07-11added socket close() to make sure that backend cleans up properly. needed for...tcwan99
2011-07-06Fixed nxt_test to use find_one_brick, tweaked a few other things.marcus
2011-07-06Reverting r358.marcus
2011-07-06Use find_one_brick() which understands config file parameterstcwan99
2011-06-06pyfantom backend support for mac osx test codetcwan99