| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 2118 |
5167 d 11 h |
runge |
/trunk/PcSoftware/Atom1.5/src/ |
Changed EncodeUint and DecodeUint to use uint64_t type instead of unsigned long. Also changed the BitSet class to use that type. Not tested though! |
|
| 1990 |
5225 d 1 h |
runge |
/trunk/PcSoftware/Atom1.5/src/ |
Fixed indata bug since the byteset refactoring, now indata from nodes are decoded correctly again.
Added some debug printouts
Moved the enter and exit debug to a new log level, extreme |
|
| 1989 |
5225 d 2 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Removed some debug printouts
Added functionallity to download protocol xml from the web, write the url in the config file instead of a local file path
The downloading seems a little slow which I can not explain, but since it is only at startup it should not be a big issue right now |
|
| 1987 |
5226 d 1 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Disabled byteset code, will remove it completly when we have had a bit more testing, things seem to work but there are big changes and a minimum of tests
A lot of ugly debug printouts now if you have debug level enabled, needs cleanup latery |
|
| 1964 |
5245 d 2 h |
runge |
/trunk/PcSoftware/Atom1.5/src/ |
Added logfile capability to new logging functions.
Changed old logging to use the new until everything has been changed. |
|
| 1962 |
5245 d 3 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Major refactoring of TcpServer and networking stuff.
Reworked some parts of the socket plugin, now it works again.
Created a lot of debug outputs for new parts, so debug on in the logging will give a lot of output |
|
| 1961 |
5247 d 0 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Work on the new logging, added level mask to configuration file
Converted the config subsystem to use the new loggingsystem and new indentation |
|
| 1959 |
5247 d 1 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Some renaming of datatypes in atom
More work on the GPS tracker stuff
Added support for starting servers in the socket VM plugin |
|
| 1952 |
5263 d 1 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Fix to byteset where a -1 caused the last character to disappear in received socket data that was converted to ascii
More work on mysql and mbb
Added a function to parse out several json-rpc strings in the same received packet
Added two managers, ir and tracker, they are pretty specific to my stuff but could serve as examples, they are not loaded by default but should be loaded and instansiated from autostart.js |
|
| 1950 |
5263 d 5 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
More work on MBB
Added more error printout to MySql plugin
Increased max length for the new logging |
|
| 1947 |
5264 d 0 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Fixes here and there.
Basic support for my MBB tracking device. |
|
| 1945 |
5264 d 3 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Some work on changing the logging system to make it easier to use, not done and nothing of the old is yet converted to the new system.
Introduced a way of doing error handing with exceptions, only the MySql plugin uses this right now.
Added a plugin to access mysql from the js environment, it only exposes some basic functions right now but should be pretty useful, not fully tested yet but at least a select seems to work.
Some other small stuff. |
|
| 1940 |
5268 d 3 h |
runge |
/trunk/PcSoftware/Atom1.5/src/ |
Fixed a spelling error in two places
Added try/catch around connect call in VM socket plugin, we probably need this in other places as well, this to handle connect failures |
|
| 1939 |
5268 d 3 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
Added success/failure checks to the build_and_install.sh script
Added a stub manager for MBB (MobileBroadBand), for future use
Cleaned up some compiler warnings
Fixed segfault on shut down (hopefully)
Fixed what valgrind considered a memory leak in the logging function
Probably some other stuff |
|
| 1916 |
5319 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 |
5322 d 1 h |
linlun |
/trunk/PcSoftware/Atom1.5/src/ |
Fixed some warnings in atom1.5, added canDaemon emulator |
|
| 1684 |
5729 d 6 h |
linlun |
/trunk/PcSoftware/Atom1.5/src/common/ |
Changed to strtoll from strtol to make it possible to have hardware-id greater then 0x7fffffff |
|
| 1675 |
5730 d 15 h |
arune |
/trunk/PcSoftware/Atom1.5/ |
atom1.5: added newline in files missing this (debuild warnings) |
|
| 1657 |
5738 d 1 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 |
|
| 1647 |
5741 d 23 h |
runge |
/trunk/PcSoftware/Atom1.5/ |
JS scripts should now have a good way of doing things, will move them around a bit though
More scripts to be created
Atomic can now take server adress and port from the commandline
Reworked the Atomic Atomd protocol to be more robust, now supports creating prompts from scripts in a more correct way
Reimplemented the IR record functionallity with the new atomic prompt system
Started to record a new remote for a LG tv
Added support for sending keypresses to the active Xorg-windows, though this introduces a dependency on Xorg wich we might not want, this needs to be configurable
Some other fixes here and there |
|