An open API service indexing awesome lists of open source software.

https://github.com/fizzygalacticus/smsparser

A basic parser to read backups created by SMS Backup & Restore in a nice readable way.
https://github.com/fizzygalacticus/smsparser

Last synced: about 2 months ago
JSON representation

A basic parser to read backups created by SMS Backup & Restore in a nice readable way.

Awesome Lists containing this project

README

          

# SmsParser
### Purpose
This project was created in order to help a friend of mine format his backed up SMS messages in a nice readable manner. Because this also happened to be a legal requirement, I want to make sure that the messages can be exported into several different formats as necessary.

### Development
Because I needed to get something going quickly, and it needed to be platform independant, I decided to write this in Java using the Swing framework. This makes it possible for me to just drag and drop the visual components in an IDE and just leaves the logic of each function for me to write.

### Download
You can find the latest JAR [here](https://drive.google.com/uc?export=download&id=0BzXFMNj3OfYMTEV1NFdlUlpMdjg).

### License
I am currently looking into my options as far as licensing goes, as the libraries that I'm using all use different open source licenses. So far we have:

* [itextpdf](http://itextpdf.com) - Uses AGPL License
* [libphonenumber](https://github.com/googlei18n/libphonenumber) - Uses Apache2.0 License
* [JSON-Java](https://github.com/stleary/JSON-java) - Uses JSON License

### Donations
Not a requirement, but I would be thankful. Any donations will help me have more time to add features to and polish this project, as well as continue the pursuit of my degree.

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=QREV5PJ5NZYTA&lc=US&item_name=SmsParser&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)