From rjgodoy at fich.unl.edu.ar Sun Feb 6 08:41:48 2011 From: rjgodoy at fich.unl.edu.ar (Javier Godoy) Date: Sun, 6 Feb 2011 13:41:48 -0300 Subject: [sctp-dev] SCTP implementation for Windows Message-ID: Hello, I'm porting the SCTP implementation to Windows + SctpDrv and I would like to know how it could be opened to the community for discussion. Currently my implementation is not feature complete, but it passes all the tests for SctpChannel (IPv4 only) and SctpServerChannel/Accept. The sctp library is dynamically linked, and the implementation throws UnsupportedOperationException if sctp support is not present at runtime. Since the code is based on Windows Sockets and standard SCTP API calls, it should be portable to different implementations or native SCTP support if it were available. Please advise as necessary Best Regards Javier Godoy From kavvalos at gmail.com Sun Feb 6 16:29:02 2011 From: kavvalos at gmail.com (Stelios Kavvalos) Date: Mon, 7 Feb 2011 02:29:02 +0200 Subject: [sctp-dev] Load com.sun.nio.sctp Message-ID: Hi, I use Netbeans IDE and I need to load the com.sun.nio.sctp package import com.sun.nio.sctp.MessageInfo; import com.sun.nio.sctp.SctpChannel; Where CAN I get the necessary files? Can some one answer me? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/sctp-dev/attachments/20110207/6f4bec2d/attachment.html From chris.hegarty at oracle.com Mon Feb 7 10:10:13 2011 From: chris.hegarty at oracle.com (Chris Hegarty) Date: Mon, 07 Feb 2011 18:10:13 +0000 Subject: [sctp-dev] Load com.sun.nio.sctp In-Reply-To: References: Message-ID: <4D503585.8020702@oracle.com> On 07/02/2011 00:29, Stelios Kavvalos wrote: > > Hi, > > > I use Netbeans IDE and I need to load the com.sun.nio.sctp package > > import com.sun.nio.sctp.MessageInfo; > import com.sun.nio.sctp.SctpChannel; > > Where CAN I get the necessary files? Is this for editing within the IDE (javadoc, code completion, etc ), or build/testing? I typically run Netbeans with the latest JDK7 ( which has included com.sun.nio.sctp for some time now). Is this an option for you? -Chris. > > > Can some one answer me? > > > Thanks From chris.hegarty at oracle.com Mon Feb 7 10:22:14 2011 From: chris.hegarty at oracle.com (Chris Hegarty) Date: Mon, 07 Feb 2011 18:22:14 +0000 Subject: [sctp-dev] SCTP implementation for Windows In-Reply-To: References: Message-ID: <4D503856.3070605@oracle.com> On 06/02/2011 16:41, Javier Godoy wrote: > Hello, > > I'm porting the SCTP implementation to Windows + SctpDrv and I would > like to know how it could be opened to the community for discussion. This is great. I really look forward to seeing this code. > Currently my implementation is not feature complete, but it passes all > the tests for SctpChannel (IPv4 only) and SctpServerChannel/Accept. Of course, but it would be a great start. > The sctp library is dynamically linked, and the implementation throws > UnsupportedOperationException if sctp support is not present at runtime. > Since the code is based on Windows Sockets and standard SCTP API calls, > it should be portable to different implementations or native SCTP > support if it were available. > > > Please advise as necessary Before we can accept any code the contributor must sign the Oracle Contributor Agreement [1], see the OpenJDK How to contribute guide [2] for more details. Once this is completed you will be added to the list of contributors and we can start to take a look at the code. I can advise then how to proceed with submitting a patch, reviewing the code, etc.. Thanks again, and I look forward to seeing this. -Chris [1] http://oss.oracle.com/oca.pdf [2] http://openjdk.java.net/contribute/ > Best Regards > > Javier Godoy > From lulseged.zerfu at ericsson.com Mon Feb 7 23:01:32 2011 From: lulseged.zerfu at ericsson.com (Lulseged Zerfu) Date: Tue, 8 Feb 2011 08:01:32 +0100 Subject: [sctp-dev] sctp-dev Digest, Vol 21, Issue 2 In-Reply-To: References: Message-ID: Hi The following locations explain on how to get the SCTP implementation on java. http://openjdk.java.net/projects/sctp/ http://openjdk.java.net/projects/sctp/html/introduction.html Lulseged -----Original Message----- From: sctp-dev-bounces at openjdk.java.net [mailto:sctp-dev-bounces at openjdk.java.net] On Behalf Of sctp-dev-request at openjdk.java.net Sent: den 7 februari 2011 21:00 To: sctp-dev at openjdk.java.net Subject: sctp-dev Digest, Vol 21, Issue 2 Send sctp-dev mailing list submissions to sctp-dev at openjdk.java.net To subscribe or unsubscribe via the World Wide Web, visit http://mail.openjdk.java.net/mailman/listinfo/sctp-dev or, via email, send a message with subject or body 'help' to sctp-dev-request at openjdk.java.net You can reach the person managing the list at sctp-dev-owner at openjdk.java.net When replying, please edit your Subject line so it is more specific than "Re: Contents of sctp-dev digest..." Today's Topics: 1. Load com.sun.nio.sctp (Stelios Kavvalos) 2. Re: Load com.sun.nio.sctp (Chris Hegarty) 3. Re: SCTP implementation for Windows (Chris Hegarty) ---------------------------------------------------------------------- Message: 1 Date: Mon, 7 Feb 2011 02:29:02 +0200 From: Stelios Kavvalos Subject: [sctp-dev] Load com.sun.nio.sctp To: sctp-dev at openjdk.java.net Message-ID: Content-Type: text/plain; charset="iso-8859-1" Hi, I use Netbeans IDE and I need to load the com.sun.nio.sctp package import com.sun.nio.sctp.MessageInfo; import com.sun.nio.sctp.SctpChannel; Where CAN I get the necessary files? Can some one answer me? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/sctp-dev/attachments/20110207/6f4bec2d/attachment-0001.html ------------------------------ Message: 2 Date: Mon, 07 Feb 2011 18:10:13 +0000 From: Chris Hegarty Subject: Re: [sctp-dev] Load com.sun.nio.sctp To: Stelios Kavvalos Cc: sctp-dev at openjdk.java.net Message-ID: <4D503585.8020702 at oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 07/02/2011 00:29, Stelios Kavvalos wrote: > > Hi, > > > I use Netbeans IDE and I need to load the com.sun.nio.sctp package > > import com.sun.nio.sctp.MessageInfo; > import com.sun.nio.sctp.SctpChannel; > > Where CAN I get the necessary files? Is this for editing within the IDE (javadoc, code completion, etc ), or build/testing? I typically run Netbeans with the latest JDK7 ( which has included com.sun.nio.sctp for some time now). Is this an option for you? -Chris. > > > Can some one answer me? > > > Thanks ------------------------------ Message: 3 Date: Mon, 07 Feb 2011 18:22:14 +0000 From: Chris Hegarty Subject: Re: [sctp-dev] SCTP implementation for Windows To: Javier Godoy Cc: sctp-dev at openjdk.java.net Message-ID: <4D503856.3070605 at oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 06/02/2011 16:41, Javier Godoy wrote: > Hello, > > I'm porting the SCTP implementation to Windows + SctpDrv and I would > like to know how it could be opened to the community for discussion. This is great. I really look forward to seeing this code. > Currently my implementation is not feature complete, but it passes all > the tests for SctpChannel (IPv4 only) and SctpServerChannel/Accept. Of course, but it would be a great start. > The sctp library is dynamically linked, and the implementation throws > UnsupportedOperationException if sctp support is not present at runtime. > Since the code is based on Windows Sockets and standard SCTP API > calls, it should be portable to different implementations or native > SCTP support if it were available. > > > Please advise as necessary Before we can accept any code the contributor must sign the Oracle Contributor Agreement [1], see the OpenJDK How to contribute guide [2] for more details. Once this is completed you will be added to the list of contributors and we can start to take a look at the code. I can advise then how to proceed with submitting a patch, reviewing the code, etc.. Thanks again, and I look forward to seeing this. -Chris [1] http://oss.oracle.com/oca.pdf [2] http://openjdk.java.net/contribute/ > Best Regards > > Javier Godoy > End of sctp-dev Digest, Vol 21, Issue 2 *************************************** From chris.hegarty at oracle.com Tue Feb 8 01:34:22 2011 From: chris.hegarty at oracle.com (Chris Hegarty) Date: Tue, 08 Feb 2011 09:34:22 +0000 Subject: [sctp-dev] Load com.sun.nio.sctp In-Reply-To: <4D503585.8020702@oracle.com> References: <4D503585.8020702@oracle.com> Message-ID: <4D510E1E.1060608@oracle.com> On 02/ 7/11 06:10 PM, Chris Hegarty wrote: > On 07/02/2011 00:29, Stelios Kavvalos wrote: >> >> Hi, >> >> >> I use Netbeans IDE and I need to load the com.sun.nio.sctp package >> >> import com.sun.nio.sctp.MessageInfo; >> import com.sun.nio.sctp.SctpChannel; >> >> Where CAN I get the necessary files? > > Is this for editing within the IDE (javadoc, code completion, etc ), or > build/testing? I typically run Netbeans with the latest JDK7 ( which has > included com.sun.nio.sctp for some time now). Is this an option for you? Since com.sun.nio.sctp is a new API in JDK7 you will need to have Netbeans configured to use JDK7. Please see the 'JDK 7 Support in NetBeans IDE 7.0: A Quick Overview' [1] for a guide to getting JDK7 support in Netbeans. The first two sections are the most relevant, "Registering Java 7 in the NetBeans IDE", and "Configuring the Project to Use JDK 7". -Chris. [1] http://netbeans.org/kb/docs/java/javase-jdk7.html > > -Chris. > >> >> >> Can some one answer me? >> >> >> Thanks