On Wednesday 10 May 2006 14:12, you wrote: > > Now about traffic program, according to traffic program I made a > program that would read D channel data, but with no success, it's > waiting for packets on recvmesg, but do not get them.. I'm attaching > source code.
I compiled your code with a C compiler (after removing C++ syntax) and it is working fine: bastard:~ # ./test Length: -1 Length: 20 Length: 8 Length: 8 Length: 4 > P.S. the way to read specific B channel raw data on hfc-e1 directly > from streamports would be nice too :) Look at chan_visdn, you just need to open() the streamport device, connect the channels, open the pipeline and finally start the pipeline. Bye, -- Daniele Orlandi _______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
