Java programming

VDSL2 modem data - 4

By qless on Friday 05 March 2010 13:35 - Comments (5)
Categories: Java, Programming, VDSL2, Views: 1395

And a brand new version.

Changes:
- Tab panels
- Changeable username for admin user
- Better detection for profile 8d or 17a
- Line rate and payload forecast for 17a if currently on 8d profile

vdsl2tool screen 1

vdsl2tool screen 2

vdsl2tool screen 3

Launch: here

VDSL2 modem data - 3

By qless on Friday 26 February 2010 09:44 - Comments (1)
Categories: Java, Programming, VDSL2, Views: 605

And a little update
- beter distance calculation (modem <-> rop)
- 30 mbps upgrade has now a maybe option too

vds2tool2

Launch: here

VDSL2 modem data - 2

By qless on Thursday 25 February 2010 12:18 - Comments (4)
Categories: Java, Programming, VDSL2, Views: 1216

And a little update
- possible to enter your own custom password
- more data
- bandplan
- proper units

vds2tool2

Launch: here

VDSL2 modem data

By qless on Wednesday 24 February 2010 22:34 - Comments (9)
Categories: Java, Programming, VDSL2, Views: 1777

If you have a VDSL2 line in Belgium and you want to know more about your dsl line data or your max speed, the web interface of the Bbox2 modem (ugly modem) doesn't give all that info...

So I've made a little tool that reads out your modem data:
vdsl2tool

You can start it with this link its a java webstart, so it can be used on any system with a 1.6 JRE (tested on Windows 7 and Snow Leopard)

Hibernate with SQLite

By qless on Tuesday 24 November 2009 16:56 - Comments (5)
Categories: Java, Programming, Views: 1396

Hibernate is a very use-full framework, but sometimes you don't want to install a full-blown database, but for some reason hibernate does not default support SQLite. With some searching and extending however its possible. Here is a working solution I've made :)

Read more »