crised / electrical

Electrical M2M software to get an Electrical Bill approximation
0 stars 0 forks source link

fork() and merge code #2

Closed crised closed 10 years ago

crised commented 10 years ago

Radu,

As we speak you should merge the code, and make the serial part and network+json side. Serial part would be the parent process and network+json will be the child process. Pipe would be the communication between them.

As we spoke pipes is the best way to do parent-child comm, unidirectional. Please do this ASAP.

raghavendra-annakula commented 10 years ago

which platform do you want this application? is it Linux? I am not a embedded developer.