| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 2164 |
5145 d 1 h |
arune |
/trunk/PcSoftware/ |
Added functionality to get download progress of reprogramming in atom1.5 and atomdude |
|
| 2082 |
5174 d 4 h |
runge |
/trunk/PcSoftware/Atom1.5/src/control/ |
Last commit did not compile, fixed faulty printout |
|
| 2081 |
5174 d 4 h |
runge |
/trunk/PcSoftware/Atom1.5/src/ |
Fixed a serious bug in the decoding of packets from the can network... if the packet contained the end byte things got screwed... not sure it is perfect now and it sort of reverts the fix done for Englunds USB problem.
Added some debug printouts. |
|
| 1971 |
5242 d 3 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Solved the reconnect issue, forgot an accept
Tried to fix a nasty crash when disconnecting a client, like running quit from atomic... did a workaround, but not 100% that it works in every case
Redid logging in control/Manager.cpp to new standard |
|
| 1916 |
5320 d 11 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
CanDaemon emulatorn now do not send null termninated string since the perl scripts does not handle that
Fixed some indentation
Added canDaemon.cpp to the CMakeLists.txt file corretly
Fixed some compiler warnings |
|
| 1914 |
5323 d 2 h |
linlun |
/trunk/PcSoftware/Atom1.5/src/ |
Fixed some warnings in atom1.5, added canDaemon emulator |
|
| 1887 |
5352 d 4 h |
arune |
/trunk/PcSoftware/Atom1.5/ |
Implemented programming hex directly with atomic-interface |
|
| 1666 |
5736 d 2 h |
runge |
/trunk/ |
make reset, make install and make upgradebios now works, without nice progressbars for now though, system.inc.template has been updated |
|
| 1665 |
5736 d 2 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Created a new command, Node_GetInformation, which prints bios version, last active, has application and device type. setConfig.pl can now be adapted to using atomic like: atomic -c "Node_GetInformation 0xB23F54EA" |
|
| 1657 |
5739 d 2 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Added some color to the logging
Created a new plugin Node
It is now possible to list modules, list nodes, and reset nodes via atomic
Some more minor fixes and stuff done |
|
| 1646 |
5752 d 0 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
JS changes
It is not possible to set alarms with a data and time string in addition to a simple timeout
Some other small fixes |
|
| 1644 |
5757 d 5 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Have started to implement new javascript, dimmer and irout are okay and working, everything else needs to be changed |
|
| 1642 |
5760 d 0 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Moved some files around for better structure
Implemented a new state machine for nodes
Nativ support for programming bios and application |
|
| 1633 |
5764 d 4 h |
runge |
/trunk/PcSoftware/Atom1.5/src/ |
Commit in preperation to move some files around |
|
| 1627 |
5765 d 0 h |
runge |
/trunk/PcSoftware/Atom1.5/src/ |
Created a big state machine to keep track of the nodes, there are todos for programming still but the main logic is there, missing some timeout guards also |
|
| 1619 |
5768 d 0 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Added functionality for persistant storage of parameters, aliases created will be saved here
Created a irTransmit javascript |
|
| 1614 |
5773 d 0 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Now alias exists for modules, test implementation for dimmers, there is much work left to make this flexible |
|
| 1607 |
5779 d 1 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Added support for legacy scripts, it is not 100% yet, missing functionality is socket support. |
|
| 1604 |
5779 d 5 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Changes |
|
| 1602 |
5782 d 5 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Added new vm plugin
- module: enables sending messages and receiving messages from modules as well as events on if the module is available or not
Changed the name of the binary from atom to atomd to better reflect that it is supposed to be used as a daemon |
|