Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 404 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 404 Bytes

Free-mobile-SMS

This project exposes the Free Mobile SMS gateway as a web interface.

Requirements

  • a Free Mobile subscription
  • Java 7
  • Tomcat 7
  • Maven 3 for compiling

Compiling

mvn -Dmaven.test.skip clean package -Duser=12345678 -Dpass=aB1dE2gH3iJklM

and then deploy the resulting .war file in a Servlet container (e.g. Tomcat).