Is it possible to use Opera Mini Servers for my own mobile app (the way Opera Mini uses them)? To do that, knowledge of their server protocol is needed, as far as i can understand. Maybe, there are some libs developed already…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Opera uses OBML as opposed to HTML which stands for Opera Binary Markup Language. It’s a proprietary protocol and a few years ago I couldn’t find any reasonable documentaion enough to start developing a custom client. You can try to start from here http://dev.opera.com/articles/view/opera-binary-markup-language/
You could also try to decompile their Mini browser written in Java to understand it more.