Posts

Showing posts with the label reduce

WiB - ultra wideband efficient UHF broadcast

[[Teracom]], inspired by earlier research {{cite journal|author1=Yiyan Wu|author2=Bo Rong|author3=Khalil Salehian|author4=Gilles Gagnon|title=Cloud Transmission: A New Spectrum-Reuse Friendly Digital Terrestrial Broadcasting Transmission System|journal=IEEE Transactions on Broadcasting|date=21 June 2012|volume=58, Issue: 3|pages=329 - 337|doi=10.1109/TBC.2012.2199598|url= http://ieeexplore.ieee.org/document/6222350/?arnumber=6222350 |accessdate=25 June 2017|publisher=IEEE|issn=1557-9611}} , introduced a new system concept dubbed "WiB", that aims to improve [[frequency reuse]] in the [[Ultra high frequency|UHF band]] while at the same time enable savings in both operating power and capital expenditures costs. {{cite conference|author1=E. Stare|author2=J. J. Giménez|author3=P. Klenner|title=WIB – A new system concept for Digital Terrestrial Television (DTT)|conference=IBC 2016|date=16 March 2017|url= https://www.ibc.org/tech-advances/wib--a-new-system-concept-for-digital-terres...

Making your 3G cellular mobile Internet 10x faster for free

I've made a small script for greatly improving response time of 3G cellular data connections while only consuming a minimal amount of transfer quota. It is most noticable when browsing, having interactive ssh sessions and maybe for some remote desktop use cases. The result is basically reducing the 500ms-1500ms initial latency and random ping times to normal rates of below 80ms. Of course this assumes that you have no other problems like reflections, interference, signal strength or congestion. I've experimented with raw UDP, TCP and ICMP packets in different configurations, but sticked with this simple and efficient solution in the end. An even more advanced future implementation could involve STUN and an external server to steadily stream optimally sized and timed UDP packets to the client without ACK requirement. Also, a further enhanced version could closely monitor local transfer conditions and determine if any addition transfer should actually be done. Description fro...