summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - changed #map to 256x512Jogi Hofmüller2011-08-102-3/+4
| | | | | | | - zoom map to maximum extention git-svn-id: https://svn.spreadspace.org/mur.sat@111 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - added comment on howto fix the eas/west connecting line to computeTrajectoryJogi Hofmüller2011-08-091-0/+5
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@110 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - included link to ARISSAT-1Jogi Hofmüller2011-08-091-1/+1
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@109 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - made fonts smallerJogi Hofmüller2011-08-091-7/+7
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@108 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - changed from 24 to 3 hour previewJogi Hofmüller2011-08-091-2/+4
| | | | | | | - changed line width to 1 git-svn-id: https://svn.spreadspace.org/mur.sat@107 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - we are tracking ARISSAT-1 now ;)Jogi Hofmüller2011-08-092-24/+114
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@106 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - added file testmap.htmlJogi Hofmüller2011-08-093-9/+83
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@105 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - began writing a Satellite componentJogi Hofmüller2011-08-081-0/+50
| | | | | | | | - using http://rhodesmill.org/pyephem/index.html - testing positioning of satellite on map using ARISSAT-1 data git-svn-id: https://svn.spreadspace.org/mur.sat@104 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - testing svn commitJogi Hofmüller2011-08-051-1/+1
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@103 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* added multiplication codeChristian Pointner2011-08-044-3/+367
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@102 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* minor cleanupChristian Pointner2011-08-041-2/+2
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@101 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - fixed typo in createJogi Hofmüller2011-08-041-1/+1
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@100 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - dummy messageJogi Hofmüller2011-08-041-1/+3
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@99 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - added database schemaJogi Hofmüller2011-08-041-0/+51
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@98 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - fixed usage of user.create () in testsJogi Hofmüller2011-08-041-1/+1
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@97 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - added functionality for locationJogi Hofmüller2011-08-037-30/+156
| | | | | | | | - user's default location is save - map centers on user's location iff available git-svn-id: https://svn.spreadspace.org/mur.sat@96 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* cleanupChristian Pointner2011-08-021-1/+0
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@95 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - fixed bug that showed wrong Email after successfull registrationJogi Hofmüller2011-08-021-9/+6
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@94 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - added renewal for session id (every ten minutes)Jogi Hofmüller2011-08-024-15/+47
| | | | | | | - changed session timeout from ten minutes to two days git-svn-id: https://svn.spreadspace.org/mur.sat@93 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - started working on user locationsJogi Hofmüller2011-08-023-6/+93
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@92 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - logout works nowJogi Hofmüller2011-08-025-34/+70
| | | | | | | | - added debug info at the bottom of the page - have nices status line now git-svn-id: https://svn.spreadspace.org/mur.sat@91 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - login works nowJogi Hofmüller2011-08-025-10/+27
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@90 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - modified/improved session handlingJogi Hofmüller2011-08-025-21/+18
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@89 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - finished registration procedureJogi Hofmüller2011-08-017-32/+178
| | | | | | | | | - user can sign up now - registration needs confirmation (email sent) - registration can also be canceled git-svn-id: https://svn.spreadspace.org/mur.sat@88 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - found a way to handle encodingJogi Hofmüller2011-08-014-19/+38
| | | | | | | - switched back to / as script handler git-svn-id: https://svn.spreadspace.org/mur.sat@87 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - have a confirmation request sent by email for registration nowJogi Hofmüller2011-07-314-9/+49
| | | | | | | * still trouble with unicode/utf-8 characters entered in form ... git-svn-id: https://svn.spreadspace.org/mur.sat@86 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - new module MmdUser.pyJogi Hofmüller2011-07-317-55/+201
| | | | | | | - registration works basically git-svn-id: https://svn.spreadspace.org/mur.sat@85 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* 1wire for DS1821 works nowChristian Pointner2011-07-313-70/+165
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@84 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* one wire write commands workChristian Pointner2011-07-302-97/+261
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@83 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* moved RTC specific defines to rtc.incChristian Pointner2011-07-302-18/+21
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@82 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* resetting ttx while rtc gets configured (clock out)Christian Pointner2011-07-302-7/+2
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@81 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* no timer1 anymore using rtc clkout capabilityChristian Pointner2011-07-301-24/+17
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@80 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* fixed i2c_recv_byte (carry flag)Christian Pointner2011-07-301-0/+1
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@79 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* added time outputChristian Pointner2011-07-303-2/+106
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@78 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* added get time functionChristian Pointner2011-07-292-7/+50
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@77 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* put rtc and ttx in seperate filesChristian Pointner2011-07-293-295/+348
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@76 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* rtc init after reset works nowChristian Pointner2011-07-291-78/+122
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@75 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - added modules for sqlite3 connection and session handlingJogi Hofmüller2011-07-295-26/+113
| | | | | | | - added cookie support git-svn-id: https://svn.spreadspace.org/mur.sat@74 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* added some more rtc init codeChristian Pointner2011-07-291-13/+68
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@73 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* - added stylesheet locally and adapted MmdWidgets.pyJogi Hofmüller2011-07-292-5/+94
| | | | | | | - added Link to self in status logo git-svn-id: https://svn.spreadspace.org/mur.sat@72 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* initial revisionJogi Hofmüller2011-07-293-0/+287
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@71 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* moved software tests to toolsChristian Pointner2011-07-295-0/+0
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@70 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* tiny refactoringChristian Pointner2011-07-291-3/+3
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@69 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* first working I2C codeChristian Pointner2011-07-291-22/+161
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@68 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* improved ihu <-> ttx codeChristian Pointner2011-07-281-4/+17
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@67 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* receive is now fasterChristian Pointner2011-07-281-2/+1
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@66 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* checksum fixChristian Pointner2011-07-272-1/+2
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@65 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* ttx <-> ihu communication include checksum/ack works nowChristian Pointner2011-07-273-11/+40
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@64 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* ihu-ttx implement read of csum @ihu (not yet tested)Christian Pointner2011-07-261-12/+59
| | | | git-svn-id: https://svn.spreadspace.org/mur.sat@63 7de4ea59-55d0-425e-a1af-a3118ea81d4c
* improved pic make fileChristian Pointner2011-07-262-23/+69
| | | | | | | ihu sends commands to ttx now git-svn-id: https://svn.spreadspace.org/mur.sat@62 7de4ea59-55d0-425e-a1af-a3118ea81d4c