- 15 Feb, 2008 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1380 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 03 Dec, 2007 1 commit
-
-
added a new function - mapi_is_sensor_down() - if mapid and/or mapicommd are out of execution returns 1, otherwise returns 0. Use this function for reconnection purposes git-svn-id: file:///home/svn/mapi/trunk@1361 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 26 Nov, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1358 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 22 Aug, 2007 1 commit
-
-
In order to log messages to syslog, mapid and/or mapicommd should be executed with the flag -s (mapid -s and/or mapicommd -s). Two different types of messages are sent to syslog, debug messages and general information messages. In /usr/local/etc/mapi/mapi.conf the syslog level can be configured. syslog_level=0 : Log only general information and not debugging messages syslog_level=1 : Log general information plus debugging information (debug messages are printed to stdout and syslog) syslog_level=2 : Log general information plus debugging information (debug messages are printed only to syslog) The default level is 2 (temporary the default level is 1). In order to log debug messages and general information messages to separate log files, syslog daemon must be configured as follows: File /etc/syslog.conf should have the following two entries: local1.info;local1.!=debug /var/tmp/info.syslog local1.debug;local1.!=info /var/tmp/debug.syslog /var/tmp/info.syslog & /var/tmp/debug.syslog are indicative names of files, where debug and information messages are appended. The /var/tmp/info.syslog & /var/tmp/debug.syslog files must exist before the syslogd daemon re-reads the /etc/syslog.conf configuration file, in order for the syslogd daemon to log messages to these files. To create these files, issue the following commands: touch /var/tmp/info.syslog touch /var/tmp/debug.syslog Then issue the following command to force the syslogd daemon to re-read its configuration file: kill -HUP <syslogd's process id> Define DEBUG is default enabled. In the future mapi configuration will have an extra flag (--enable-debug), thus a MAPI user might select if MAPI prints debug messages or no. git-svn-id: file:///home/svn/mapi/trunk@1292 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 16 Jul, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1256 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 15 Jul, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1255 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 14 Jul, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1254 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 29 Jun, 2007 1 commit
-
-
for a device similar to pcap_stats(). git-svn-id: file:///home/svn/mapi/trunk@1247 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 21 Apr, 2007 2 commits
-
-
Socketnames for sockets to mapids are changed each time a new thread of mapicommd is started depending on the target device. git-svn-id: file:///home/svn/mapi/trunk@1210 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@1209 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 20 Apr, 2007 1 commit
-
-
Added devgroup parameter, which enables running of concurrent instances of mapid sharing the same configuration, but handling (locally) different devices (performance reasons). Changes in socket names to enable concurrent run. Added /tmp/mapid.socks to enable clients to choose the appropriate service (by device name). git-svn-id: file:///home/svn/mapi/trunk@1208 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 17 Apr, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1204 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 29 Mar, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1193 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 22 Mar, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1180 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 17 Mar, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1170 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 08 Mar, 2007 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1153 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 02 Mar, 2007 1 commit
-
-
Reconnect of client after connection to mapid or mapicommd breaks (configure with the flag --enable-reconnect) - bug #444 git-svn-id: file:///home/svn/mapi/trunk@1138 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 21 Dec, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@1072 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 16 Nov, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@983 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 01 Nov, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@967 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 30 Aug, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@859 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 04 Aug, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@779 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 25 Jul, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@751 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 20 Jul, 2006 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@744 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@743 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 21 Jun, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@651 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 02 Jun, 2006 1 commit
-
-
Merging branches/automapi with trunk. A tag of the prevous state (trunk@613) has been saved in tags/mapi-before-autoconf git-svn-id: file:///home/svn/mapi/trunk@614 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 31 May, 2006 3 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@580 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@578 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
fix bug for mapi_get_next_pkt in DiMAPI and some memory leaks git-svn-id: file:///home/svn/mapi/trunk@574 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 29 May, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@568 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 25 May, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@542 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 19 May, 2006 2 commits
-
-
git-svn-id: file:///home/svn/mapi/trunk@532 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
git-svn-id: file:///home/svn/mapi/trunk@529 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 05 May, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@474 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 31 Mar, 2006 1 commit
-
-
CvR: + Fixed misleading indent. + Declared some variables static. git-svn-id: file:///home/svn/mapi/trunk@429 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 02 Mar, 2006 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@377 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 11 Jan, 2006 1 commit
-
-
Arne Øslebø authored
git-svn-id: file:///home/svn/mapi/trunk@326 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 22 Nov, 2005 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@292 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-
- 10 Nov, 2005 1 commit
-
-
git-svn-id: file:///home/svn/mapi/trunk@253 8d5bb341-7cf1-0310-8cf6-ba355fef3186
-