<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;CUAHSXkycSp7ImA9WhRbEUo.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714</id><updated>2012-02-02T16:08:58.799+07:00</updated><category term="m2m" /><category term="3g" /><category term="linux" /><category term="serial" /><category term="ppp" /><category term="java" /><category term="sms" /><category term="perl" /><category term="snmp" /><category term="automation" /><category term="gprs" /><category term="networking" /><category term="nms" /><title>Joko Sastriawan</title><subtitle type="html">Knowledge (err... core dump), things found somewhere</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://sastriawan.blogspot.com/" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>17</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/JokoSastriawan" /><feedburner:info uri="jokosastriawan" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;C0EMSXk8fSp7ImA9WhdaEEQ.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-236502158579257533</id><published>2011-10-20T13:18:00.000+07:00</published><updated>2011-10-20T13:21:28.775+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-20T13:21:28.775+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="automation" /><category scheme="http://www.blogger.com/atom/ns#" term="serial" /><category scheme="http://www.blogger.com/atom/ns#" term="m2m" /><category scheme="http://www.blogger.com/atom/ns#" term="sms" /><category scheme="http://www.blogger.com/atom/ns#" term="perl" /><title>Sending SMS via GPRS modem using Perl Device::SerialPort</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/236502158579257533/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=236502158579257533" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/236502158579257533?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/236502158579257533?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/zoodkuroGFI/sending-sms-via-gprs-modem-using-perl.html" title="Sending SMS via GPRS modem using Perl Device::SerialPort" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>0</thr:total><content type="html">Sometimes ago, I posted a script to send SMS using Gammu. Now, I would like to deep dive on the underlying communication to GPRS modem using AT command to send SMS.

The sequence of AT commands to use are:

ATZ    : Reset modem 
ATE0  : Disable echo (not necessary)
AT+CMGF : Setting the SMS mode (Text or PDU) 
AT+CSCA : Query or set the SMS center number 
AT+CMGS: Send SMS 

To cut the story 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jNbCWhP0Si6JsDKGoz-voqupBdc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jNbCWhP0Si6JsDKGoz-voqupBdc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jNbCWhP0Si6JsDKGoz-voqupBdc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jNbCWhP0Si6JsDKGoz-voqupBdc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/zoodkuroGFI" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2011/10/sending-sms-via-gprs-modem-using-perl.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkEGSHo8eip7ImA9WhdbFEo.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-72064326776305871</id><published>2011-10-13T10:58:00.000+07:00</published><updated>2011-10-13T11:03:49.472+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-13T11:03:49.472+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="ppp" /><category scheme="http://www.blogger.com/atom/ns#" term="linux" /><category scheme="http://www.blogger.com/atom/ns#" term="automation" /><category scheme="http://www.blogger.com/atom/ns#" term="m2m" /><category scheme="http://www.blogger.com/atom/ns#" term="3g" /><category scheme="http://www.blogger.com/atom/ns#" term="networking" /><category scheme="http://www.blogger.com/atom/ns#" term="gprs" /><title>3G/GPRS connection using pppd and chat for M2M communication</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/72064326776305871/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=72064326776305871" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/72064326776305871?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/72064326776305871?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/iqmFX_c_6xA/3ggprs-connection-using-pppd-and-chat.html" title="3G/GPRS connection using pppd and chat for M2M communication" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>0</thr:total><content type="html">In most cases, connecting to the Internet using 3G modem on normal desktop Linux is fairly easy because the networking support framework is quite mature.

However, for small embedded system, having a full blown networking support framework is a luxury. And usually the desktop networking framework is developed for interactive human intervention whereas for some embedded cases the 3G network 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EhUHddPax96hMoOz7lTop7YC-iw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EhUHddPax96hMoOz7lTop7YC-iw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EhUHddPax96hMoOz7lTop7YC-iw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EhUHddPax96hMoOz7lTop7YC-iw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/iqmFX_c_6xA" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2011/10/3ggprs-connection-using-pppd-and-chat.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck4HRXw7cSp7ImA9WhZQEkw.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-1336833456698687234</id><published>2011-04-19T18:02:00.000+07:00</published><updated>2011-04-19T18:02:14.209+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-04-19T18:02:14.209+07:00</app:edited><title>Linux kernel modules configuration on Yocto Project Bernard</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/1336833456698687234/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=1336833456698687234" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/1336833456698687234?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/1336833456698687234?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/cf1JnmxkMLQ/linux-kernel-modules-configuration-on.html" title="Linux kernel modules configuration on Yocto Project Bernard" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>3</thr:total><content type="html">For the last two weeks, I have been working on developing custom Linux OS image using Yocto Project system. One of the requirement is that the device should support V4L(1|2) and various USB webcam. However the default kernel configuration does not contain the required options. 

I have been trying to:
- add defconfig file into recipes but it is always been ignored by Bitbake
- add partial kernel 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RMCYnpe4XhXVecyQ70o3fTZ4xZg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RMCYnpe4XhXVecyQ70o3fTZ4xZg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RMCYnpe4XhXVecyQ70o3fTZ4xZg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RMCYnpe4XhXVecyQ70o3fTZ4xZg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/cf1JnmxkMLQ" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2011/04/linux-kernel-modules-configuration-on.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkEBQXo8eCp7ImA9Wx9QFU4.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-3120500906795349502</id><published>2010-12-28T17:04:00.000+07:00</published><updated>2010-12-28T17:04:10.470+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-28T17:04:10.470+07:00</app:edited><title>End of the year 2010 reflection</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/3120500906795349502/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=3120500906795349502" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/3120500906795349502?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/3120500906795349502?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/rAoldaiPR-g/end-of-year-2010-reflection.html" title="End of the year 2010 reflection" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>0</thr:total><content type="html">A lot had happened this year,  and so many important decisions were made. Leaving previous companies and accepting a new position at Intel Indonesia were the key decisions. Engineering tasks have always been my passion. Hands-on design and coding, tackling clients' problem, out of the box thinking on problem solving had always been my day to day tasks.

For the last 8 months, I have moved on to 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/qVmQl7h6K3CgH99Imm1qghTgcQ8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qVmQl7h6K3CgH99Imm1qghTgcQ8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/qVmQl7h6K3CgH99Imm1qghTgcQ8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qVmQl7h6K3CgH99Imm1qghTgcQ8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/rAoldaiPR-g" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2010/12/end-of-year-2010-reflection.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkQMQn09fyp7ImA9WxBVEkw.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-4089489294710696961</id><published>2010-02-15T14:18:00.001+07:00</published><updated>2010-02-15T14:19:43.367+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-15T14:19:43.367+07:00</app:edited><title>Using Zimbra LDAP as Spring-security backend and handling Linux/BSD MD5 encrypted password</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/4089489294710696961/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=4089489294710696961" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/4089489294710696961?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/4089489294710696961?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/Yqs_uhu6XRQ/using-zimbra-ldap-as-spring-security.html" title="Using Zimbra LDAP as Spring-security backend and handling Linux/BSD MD5 encrypted password" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>0</thr:total><content type="html">LDAP has been one of the most common way of managing user credentials for most company. Email and other services may use LDAP to authenticate users. I have been using with Spring Security for quite sometime however recently I have a very challenging task of integrating Zimbra LDAP as Spring Security backend.

Zimbra LDAP does not allow user to connect and authenticate directly (no binding 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/sfYvSpHAtp_W8A1XOYqIf3UqruQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sfYvSpHAtp_W8A1XOYqIf3UqruQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/sfYvSpHAtp_W8A1XOYqIf3UqruQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sfYvSpHAtp_W8A1XOYqIf3UqruQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/Yqs_uhu6XRQ" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2010/02/using-zimbra-ldap-as-spring-security.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0IMRXw-eip7ImA9WxBXFE0.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-3384505195935619846</id><published>2010-01-25T15:51:00.001+07:00</published><updated>2010-01-25T15:53:04.252+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-25T15:53:04.252+07:00</app:edited><title>Using javax.xml.soap to access OTRS SOAP service without WSDL</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/3384505195935619846/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=3384505195935619846" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/3384505195935619846?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/3384505195935619846?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/LaxppQDooko/using-javaxxmlsoap-to-access-otrs-soap.html" title="Using javax.xml.soap to access OTRS SOAP service without WSDL" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>3</thr:total><content type="html">For most of us who are frequently using WSDL to generate stub classes for accessing webservices, dealing with SOAP services without WSDL is painful. OTRS (Open source Ticket Request System) is one of them. One attempt by OpenNMS team has been quite successful on integrating OTRS by writing its own webservice as an OTRS plugin. However, this is not satisfactory in my opinion. We need a better way 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/V9JXZl6igAma8CN8Ol87wnAP__4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/V9JXZl6igAma8CN8Ol87wnAP__4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/V9JXZl6igAma8CN8Ol87wnAP__4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/V9JXZl6igAma8CN8Ol87wnAP__4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/LaxppQDooko" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2010/01/using-javaxxmlsoap-to-access-otrs-soap.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk8FSHY_eip7ImA9WxBQFUk.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-1685667978644800580</id><published>2010-01-15T15:40:00.000+07:00</published><updated>2010-01-15T15:40:19.842+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-15T15:40:19.842+07:00</app:edited><title>Accessing WS-Security protected (UsernameToken) WebService using PHP5 Soap</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/1685667978644800580/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=1685667978644800580" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/1685667978644800580?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/1685667978644800580?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/ehks7D6FXYk/accessing-ws-security-protected.html" title="Accessing WS-Security protected (UsernameToken) WebService using PHP5 Soap" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>2</thr:total><content type="html">After battling for several hour trying to figure out on how to send WS-Security header using PHP5 Soap API, I finally managed to discover the work of the good people at University of Toronto . Using their example and the PHP code they posted on the website: soap-wsse.php and xmlseclibs.php, I have been able to test my CXF-powered webservice.

I have a web service running at http://localhost:9090/
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/qX0OklUohewZ1Ll4l_q5RBHSjew/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qX0OklUohewZ1Ll4l_q5RBHSjew/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/qX0OklUohewZ1Ll4l_q5RBHSjew/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qX0OklUohewZ1Ll4l_q5RBHSjew/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/ehks7D6FXYk" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2010/01/accessing-ws-security-protected.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0EDQns-eip7ImA9WxBQEUQ.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-6011746745549295554</id><published>2010-01-11T14:41:00.000+07:00</published><updated>2010-01-11T14:41:13.552+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-11T14:41:13.552+07:00</app:edited><title>Mono WebClient Basic Authorization pre-authenticate problems</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/6011746745549295554/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=6011746745549295554" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/6011746745549295554?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/6011746745549295554?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/tesrQMhVxw8/mono-webclient-basic-authorization-pre.html" title="Mono WebClient Basic Authorization pre-authenticate problems" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>0</thr:total><content type="html">For the last few week I have been trying to set Mono WebClient to send (.. yeah.. simple... just send the fricking..) Basic Authorization header. Apparently, somebody is just too smart to decide not sending the header on the first request for security reason (sending user credential).

Well, the problem is that Acegi/Spring security does not necessarily send 401 header since authentication can be
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RXnD6drjQs4ozWHte6ZX0qhzxfc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RXnD6drjQs4ozWHte6ZX0qhzxfc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RXnD6drjQs4ozWHte6ZX0qhzxfc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RXnD6drjQs4ozWHte6ZX0qhzxfc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/tesrQMhVxw8" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2010/01/mono-webclient-basic-authorization-pre.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUUARXg9fip7ImA9WxNUFE0.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-503254305250116523</id><published>2009-11-03T20:51:00.004+07:00</published><updated>2009-11-05T13:40:44.666+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-05T13:40:44.666+07:00</app:edited><title>Simplified SnmpUtility class based upon SNMP4J</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/503254305250116523/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=503254305250116523" title="10 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/503254305250116523?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/503254305250116523?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/unr78Y5417Q/simplified-snmputility-class-based-upon.html" title="Simplified SnmpUtility class based upon SNMP4J" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>10</thr:total><content type="html">Due to popular request, I am posting my wrapper code or SnmpUtility based upon SNMP4J. I copy some part of this code somewhere that I could remember. So, I do apologise if I could not give the original author a proper credit.

Updated: &amp;lt; and &amp;gt; were unable to display properly so the generic is not seen properly. I wish it is fixed now.


Here is how to use it:

SnmpUtility util = new SnmpUtility(
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/sDwuwJixCoBVCsvwhIJCzhi7J-I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sDwuwJixCoBVCsvwhIJCzhi7J-I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/sDwuwJixCoBVCsvwhIJCzhi7J-I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sDwuwJixCoBVCsvwhIJCzhi7J-I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/unr78Y5417Q" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2009/11/simplified-snmputility-class-based-upon.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D04CSX06fCp7ImA9Wx9XF0Q.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-6300730065513971573</id><published>2009-10-28T09:20:00.004+07:00</published><updated>2011-01-12T08:32:48.314+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-01-12T08:32:48.314+07:00</app:edited><title>Workaround on installing Android SDK 2.0 behind proxy requiring authentication</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/6300730065513971573/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=6300730065513971573" title="16 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/6300730065513971573?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/6300730065513971573?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/FE668BAux0k/workaround-on-installing-android-sdk-20.html" title="Workaround on installing Android SDK 2.0 behind proxy requiring authentication" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>16</thr:total><content type="html">This morning I tried to install Android SDK 2.0 on my Ubuntu desktop. I downloaded the package with my browser without any problem. Extract it and then run tools/android to download the packages.  Realising that my desktop requires a proxy which requires authentication to get to the Net, I went to the Settings panel of the Android SDK and AVD. There are only proxy host and port entries, no 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/3wtcnmxT1s6J2uVDfRVVW8-NbFg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3wtcnmxT1s6J2uVDfRVVW8-NbFg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/3wtcnmxT1s6J2uVDfRVVW8-NbFg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/3wtcnmxT1s6J2uVDfRVVW8-NbFg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/FE668BAux0k" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2009/10/workaround-on-installing-android-sdk-20.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUEFRn0-fip7ImA9WxNQFkQ.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-5402386563336750720</id><published>2009-09-23T15:56:00.003+07:00</published><updated>2009-09-23T16:20:17.356+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-23T16:20:17.356+07:00</app:edited><title>Mass sending SMS using gnokii</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/5402386563336750720/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=5402386563336750720" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/5402386563336750720?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/5402386563336750720?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/X43SGk2Dxpk/mass-sending-sms-using-gnokii.html" title="Mass sending SMS using gnokii" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>2</thr:total><content type="html">During certain period within a year, we might have to send text messages (festivity greeting) to several friends for example during religious holiday season. Well, writing one template and re-sending text messages through your mobile phone might be OK for 5 or 10 numbers. How about if you have to reply 25 to 50 text messages? Sore thumb :)

Gnokii is very good at sending SMS via a GSM/3G/HSDPA 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4Ev_LXBinl0xrM6x_DSK9t1CCl4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4Ev_LXBinl0xrM6x_DSK9t1CCl4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4Ev_LXBinl0xrM6x_DSK9t1CCl4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4Ev_LXBinl0xrM6x_DSK9t1CCl4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/X43SGk2Dxpk" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2009/09/mass-sending-sms-using-gnokii.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEYDQXgyfyp7ImA9WxJUEUw.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-3370418378218824796</id><published>2009-07-09T10:54:00.003+07:00</published><updated>2009-07-09T11:02:50.697+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-07-09T11:02:50.697+07:00</app:edited><title>Opennms build failed due to xerces problem (affecting 1.6.x)</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/3370418378218824796/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=3370418378218824796" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/3370418378218824796?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/3370418378218824796?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/Vxpv-Y9sx2s/opennms-build-failed-due-to-xerces.html" title="Opennms build failed due to xerces problem (affecting 1.6.x)" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>0</thr:total><content type="html">For some of you who may have tried building opennms from scratch, you may find a problem where build failed due to xerces dependencies could not be found. Based on several post that I have read, it is due to the relocation of the files. Well, the simples work around to that is to install xerces-1.4.0.jar into your local maven repository. This is the syntax command to do that:



mvn install:
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/nREBMvfChobZ6CbQ1ma2NvLwKX8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nREBMvfChobZ6CbQ1ma2NvLwKX8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/nREBMvfChobZ6CbQ1ma2NvLwKX8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nREBMvfChobZ6CbQ1ma2NvLwKX8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/Vxpv-Y9sx2s" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2009/07/opennms-build-failed-due-to-xerces.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0MGQX09fCp7ImA9WxJVEkk.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-9178481587490401898</id><published>2009-06-25T15:54:00.006+07:00</published><updated>2009-06-29T09:10:20.364+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-29T09:10:20.364+07:00</app:edited><title>JDBC class loading failed from JAX-WS annotated class</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/9178481587490401898/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=9178481587490401898" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/9178481587490401898?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/9178481587490401898?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/l-4CIEqQUbI/jdbc-class-loading-failed-from-jax-ws.html" title="JDBC class loading failed from JAX-WS annotated class" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>0</thr:total><content type="html">Creating a JAX-WS based webservice either using JAX-WS RI or Apache CXF is simplified by using annotation, for example creating interface annotated with @WebService is a simple as the following:


@WebService
public interface AService {
   @WebMethod
   String getThingsFromJDBC(String key);
}


Then the interface is implemented as the following:


@WebService
public class AServiceImpl implements 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4AvffggNoBQ1-UvVZ_BbkFu1l-s/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4AvffggNoBQ1-UvVZ_BbkFu1l-s/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4AvffggNoBQ1-UvVZ_BbkFu1l-s/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4AvffggNoBQ1-UvVZ_BbkFu1l-s/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/l-4CIEqQUbI" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2009/06/jdbc-class-loading-failed-from-jax-ws.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUQAQn06fyp7ImA9WxJWGU8.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-4266565262846889883</id><published>2009-06-17T10:10:00.009+07:00</published><updated>2009-06-25T16:49:03.317+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-25T16:49:03.317+07:00</app:edited><title>Running RMIC via ant</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/4266565262846889883/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=4266565262846889883" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/4266565262846889883?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/4266565262846889883?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/W3HnU2DKFAE/running-rmic-via-ant.html" title="Running RMIC via ant" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>0</thr:total><content type="html">Netbeans, does not support RMI-based project quite well especially on generating stub files using RMIC. However, we can always tweak the build-impl.xml script to run RMIC. To generate stub files, RMIC must be executed after class compilation finished. Thus, the most appropriate place to run it is in -post-compile target.

Here is a snippet on how to invoke RMIC in -post-compile target. I found 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/AETe7IKR7TJyea4wqeB_c5bBw94/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AETe7IKR7TJyea4wqeB_c5bBw94/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/AETe7IKR7TJyea4wqeB_c5bBw94/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AETe7IKR7TJyea4wqeB_c5bBw94/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/W3HnU2DKFAE" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2009/06/running-rmic-via-ant.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU8NQnw_eSp7ImA9WxdbFEg.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-7643656912358877928</id><published>2008-08-11T17:59:00.004+07:00</published><updated>2008-08-11T18:24:53.241+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-08-11T18:24:53.241+07:00</app:edited><title>Intel HDA modem on Hardy Heron</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/7643656912358877928/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=7643656912358877928" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/7643656912358877928?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/7643656912358877928?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/RYKnXnzTDAo/intel-hda-modem-on-hardy-heron.html" title="Intel HDA modem on Hardy Heron" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>0</thr:total><content type="html">My laptop, a two years old Toshiba A100 Core Duo, has a built-in modem. It is based on Intel HDA modem. I have been struggling to use it under Ubuntu during its (the laptop) early day.

So, I never touch it again, instead I have been using my Dopod 383Pro as HSDPA modem -- in emergency situation. 

Today, I have seen several articles pointing at slmodemd and how to use it. In the spirit of 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NJUG8x9K4UrGhrp8R_RaldA69dg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NJUG8x9K4UrGhrp8R_RaldA69dg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NJUG8x9K4UrGhrp8R_RaldA69dg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NJUG8x9K4UrGhrp8R_RaldA69dg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/RYKnXnzTDAo" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2008/08/intel-hda-modem-on-hardy-heron.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUUBQnY7cSp7ImA9WxdUEkQ.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-6809073632856604520</id><published>2008-07-29T08:06:00.015+07:00</published><updated>2008-07-29T09:07:33.809+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-07-29T09:07:33.809+07:00</app:edited><title>Simple Netfilter internet connection sharing</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/6809073632856604520/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=6809073632856604520" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/6809073632856604520?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/6809073632856604520?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/822HhKfelnk/simple-netfilter-internet-connection.html" title="Simple Netfilter internet connection sharing" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>1</thr:total><content type="html">Imagine this, you are in a meeting with your work mates in a hotel which charges unreasonably high internet access fee. You are connected to the Internet via your HSDPA modem. Your mates need to check his mail and to do some administrative stuff on the groupware. You want to share your internet connection and you are using Linux with Iptables(netfilter) installed (whoo..hooo....). Now, how do you
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/nypWaNTNprpggYYx5MtsHPlK4tw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nypWaNTNprpggYYx5MtsHPlK4tw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/nypWaNTNprpggYYx5MtsHPlK4tw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nypWaNTNprpggYYx5MtsHPlK4tw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/822HhKfelnk" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2008/07/simple-netfilter-internet-connection.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D08CRHk8fip7ImA9WxdUEk8.&quot;"><id>tag:blogger.com,1999:blog-4207614733423642714.post-1599790998897386591</id><published>2008-07-28T12:35:00.007+07:00</published><updated>2008-07-28T13:17:45.776+07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-07-28T13:17:45.776+07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="java" /><category scheme="http://www.blogger.com/atom/ns#" term="nms" /><category scheme="http://www.blogger.com/atom/ns#" term="snmp" /><title>A Simple SNMP4J usage</title><link rel="replies" type="application/atom+xml" href="http://sastriawan.blogspot.com/feeds/1599790998897386591/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=4207614733423642714&amp;postID=1599790998897386591" title="9 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/1599790998897386591?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4207614733423642714/posts/default/1599790998897386591?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/JokoSastriawan/~3/N5RIdP6DYqE/simple-snmp4j-usage.html" title="A Simple SNMP4J usage" /><author><name>sastriawan</name><uri>http://www.blogger.com/profile/13570963773935952166</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://3.bp.blogspot.com/-HJHih7JEY5Y/TypSnTFV8YI/AAAAAAAAAE0/TwDOoEHAXrI/s220/joko-banu-sastriawan.jpg" /></author><thr:total>9</thr:total><content type="html">For some network administrator, querying an SNMP agent is as simple as executing:

snmpwalk -v2c -c public localhost system

Similarly, Java application developer could do that as well using SNMP4J quite easily.

Oh, BTW, don't complain about the length of the code because I don't know how to attach the code to this post..:(

Here is the import code snippet


 org.jbs.snmputils.*
 
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/cLlHE1Jg8guLplKpPTuXcpU_8uU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cLlHE1Jg8guLplKpPTuXcpU_8uU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/cLlHE1Jg8guLplKpPTuXcpU_8uU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cLlHE1Jg8guLplKpPTuXcpU_8uU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/JokoSastriawan/~4/N5RIdP6DYqE" height="1" width="1"/&gt;</content><feedburner:origLink>http://sastriawan.blogspot.com/2008/07/simple-snmp4j-usage.html</feedburner:origLink></entry></feed>

