> Does anyone know if there's any way to send pages
> from java apps? or any websites that allow you to do
> this? Specifically, I'd like to send pages in 4
> different formats (TAP, SNCC, WCTP, SMTP).
I think you need to better explain your requirements.
1) What is a "page"? A web page?
2) The three formats I recognize are not formats. They are protocols, which sort of makes for an entirely different question.
3) I don't know what SNCC is and Google is also clueless
> 1) What is a "page"? A web page?
>
> 2) The three formats I recognize are not formats.
> They are protocols, which sort of makes for an
> entirely different question.
>
> 3) I don't know what SNCC is and Google is also
> clueless
Thanks for the reply:
1) By a page I mean a call to the old school wireless pagers that beep when you call them and show the caller's number.
2) Yes, you're right, paging protocols, not formats.
3) Sorry, I meant SNPP. I did actually find a java class for this. The javadocs are here:
http://bleu.west.spy.net/~dustin/spyjar/doc/2/net/spy/net/SNPP.html
I haven't been able to track down classes for the other protocols, however.