- new install system. Now official coLinux Debian distribution used then modified using instructions.
- Linux<->Windows exchange protocol changed. Now it is working in 'Duplex' mode. Before that ioctl response was not used
- Now almost all ioctl's passed to Windows
- WinLIRC support added
- some modifications of DS code. Now data to DS sent only from DVB thread
- Fullscreen support (use doubleclick)
- number of other small changes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
- new install system. Now official coLinux Debian distribution used then modified using instructions.
- Linux<->Windows exchange protocol changed. Now it is working in 'Duplex' mode. Before that ioctl response was not used
- Now almost all ioctl's passed to Windows
- WinLIRC support added
- some modifications of DS code. Now data to DS sent only from DVB thread
- Fullscreen support (use doubleclick)
- number of other small changes
Unortunatelly Linux part contains one stupid bug in file /usr/local/vstb/vstbvdr.
line of code
./proxyDVB_pusher /dev/dvb/adapter0/push_channel 192.168.0.1 8767 >/dev/tty2 &
should be
./proxyDVB_pusher /dev/dvb/adapter0/push_channel 192.168.0.1 8768 >/dev/tty2 &