Paging APIs?

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).Thanks, Karim Varela
[236 byte] By [jabduliusa] at [2007-11-27 8:04:15]
# 1

> 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

cotton.ma at 2007-7-12 19:46:37 > top of Java-index,Java Essentials,New To Java...
# 2

> 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.

jabduliusa at 2007-7-12 19:46:37 > top of Java-index,Java Essentials,New To Java...
# 3
I don't think they exist. I had to write them myself; I remember doing a TNPP implementation. Unfortunately, I don't have any of that stuff anymore.
mbishop78a at 2007-7-12 19:46:37 > top of Java-index,Java Essentials,New To Java...