wsti_so.git
9 years agoTurn On/Off pids on notifying other processes. master
Rafał Długołęcki [Sat, 21 Jun 2014 19:38:04 +0000 (21:38 +0200)]
Turn On/Off pids on notifying other processes.

9 years agoAdd information in README about signalling.
Rafał Długołęcki [Sat, 21 Jun 2014 18:56:57 +0000 (20:56 +0200)]
Add information in README about signalling.

9 years agoDocument Message Queue variables.
Rafał Długołęcki [Sat, 21 Jun 2014 18:39:29 +0000 (20:39 +0200)]
Document Message Queue variables.

9 years agoRemove not used conditional.
Rafał Długołęcki [Sat, 21 Jun 2014 18:31:15 +0000 (20:31 +0200)]
Remove not used conditional.

9 years agoUsing only one message queue.
Rafał Długołęcki [Sat, 21 Jun 2014 18:05:56 +0000 (20:05 +0200)]
Using only one message queue.

9 years agoSave nearly working queues.
Rafał Długołęcki [Sat, 21 Jun 2014 17:51:59 +0000 (19:51 +0200)]
Save nearly working queues.

9 years agoInitial message queue communication.
Rafał Długołęcki [Sat, 21 Jun 2014 10:38:00 +0000 (12:38 +0200)]
Initial message queue communication.

9 years agoAdded initial inter-process communication: Sharing pids between processes.
Rafał Długołęcki [Sat, 21 Jun 2014 09:43:53 +0000 (11:43 +0200)]
Added initial inter-process communication: Sharing pids between processes.

9 years agoAdd SIGSTOP in SIGTSTP to properly stop the process.
Rafał Długołęcki [Sat, 21 Jun 2014 05:58:35 +0000 (07:58 +0200)]
Add SIGSTOP in SIGTSTP to properly stop the process.

9 years agoReplace SIGINT with SIGTSTP.
Rafał Długołęcki [Sat, 21 Jun 2014 05:51:01 +0000 (07:51 +0200)]
Replace SIGINT with SIGTSTP.

9 years agoReplace SIGQUIT with SIGTERM.
Rafał Długołęcki [Sat, 21 Jun 2014 05:38:46 +0000 (07:38 +0200)]
Replace SIGQUIT with SIGTERM.

9 years agoMake opening/closing/releasing resources available from signal handler.
Rafał Długołęcki [Sat, 21 Jun 2014 05:21:49 +0000 (07:21 +0200)]
Make opening/closing/releasing resources available from signal handler.

9 years agoAdded signal handlers for all processes.
Rafał Długołęcki [Fri, 20 Jun 2014 23:33:38 +0000 (01:33 +0200)]
Added signal handlers for all processes.

9 years agoAdded initial Doxygen config file for generating documentation.
Rafał Długołęcki [Fri, 20 Jun 2014 22:50:12 +0000 (00:50 +0200)]
Added initial Doxygen config file for generating documentation.

9 years agoAdded more README info about program.
Rafał Długołęcki [Fri, 20 Jun 2014 22:26:50 +0000 (00:26 +0200)]
Added more README info about program.

9 years agoAdd comment to processess array.
Rafał Długołęcki [Fri, 20 Jun 2014 22:17:43 +0000 (00:17 +0200)]
Add comment to processess array.

9 years agoFinishing bootstrap program.
Rafał Długołęcki [Fri, 20 Jun 2014 22:14:28 +0000 (00:14 +0200)]
Finishing bootstrap program.

9 years agoInitial bootstrap program.
Rafał Długołęcki [Fri, 20 Jun 2014 19:31:37 +0000 (21:31 +0200)]
Initial bootstrap program.

9 years agoAdd README note.
Rafał Długołęcki [Fri, 20 Jun 2014 18:47:54 +0000 (20:47 +0200)]
Add README note.

9 years agoFix grammar.
Rafał Długołęcki [Fri, 20 Jun 2014 18:25:00 +0000 (20:25 +0200)]
Fix grammar.

9 years agoAdd comments to the code.
Rafał Długołęcki [Fri, 20 Jun 2014 18:23:37 +0000 (20:23 +0200)]
Add comments to the code.

9 years agoAgain remove not used libraries.
Rafał Długołęcki [Fri, 20 Jun 2014 18:17:15 +0000 (20:17 +0200)]
Again remove not used libraries.

9 years agoRemove not used libraries and macros.
Rafał Długołęcki [Fri, 20 Jun 2014 18:15:57 +0000 (20:15 +0200)]
Remove not used libraries and macros.

9 years agoFix comments.
Rafał Długołęcki [Fri, 20 Jun 2014 18:13:38 +0000 (20:13 +0200)]
Fix comments.

9 years agoAdded INSTALL file.
Rafał Długołęcki [Fri, 20 Jun 2014 18:10:36 +0000 (20:10 +0200)]
Added INSTALL file.

9 years agoWorking communication using pipes.
Rafał Długołęcki [Fri, 20 Jun 2014 18:10:20 +0000 (20:10 +0200)]
Working communication using pipes.

9 years agoWorking communication between process1&process2.
Rafał Długołęcki [Tue, 17 Jun 2014 00:17:17 +0000 (02:17 +0200)]
Working communication between process1&process2.

9 years agoCreated named pipe to communicate with the process2.
Rafał Długołęcki [Mon, 16 Jun 2014 22:45:38 +0000 (00:45 +0200)]
Created named pipe to communicate with the process2.

9 years agoCreated first program.
Rafał Długołęcki [Mon, 16 Jun 2014 21:42:53 +0000 (23:42 +0200)]
Created first program.

9 years agoAdded autogen.sh for easy configuration of project.
Rafał Długołęcki [Mon, 16 Jun 2014 20:10:30 +0000 (22:10 +0200)]
Added autogen.sh for easy configuration of project.

9 years agoAdded license file.
Rafał Długołęcki [Mon, 16 Jun 2014 20:09:07 +0000 (22:09 +0200)]
Added license file.

9 years agoAdded project specification.
Rafał Długołęcki [Mon, 16 Jun 2014 20:07:52 +0000 (22:07 +0200)]
Added project specification.

9 years agoAdded required by autotools files.
Rafał Długołęcki [Mon, 16 Jun 2014 20:02:56 +0000 (22:02 +0200)]
Added required by autotools files.

9 years agoRemove m4 scripting dependency.
Rafał Długołęcki [Mon, 16 Jun 2014 19:56:55 +0000 (21:56 +0200)]
Remove m4 scripting dependency.

9 years agoAdd dummy main.c file.
Rafał Długołęcki [Mon, 16 Jun 2014 19:55:44 +0000 (21:55 +0200)]
Add dummy main.c file.

9 years agoAdd initial automake files.
Rafał Długołęcki [Mon, 16 Jun 2014 19:55:26 +0000 (21:55 +0200)]
Add initial automake files.