The Artima Developer Community
Sponsored Link

Java Answers Forum
help with small program - pretty basic

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
digger

Posts: 1
Nickname: digger
Registered: Feb, 2003

help with small program - pretty basic Posted: Feb 19, 2003 6:05 AM
Reply to this message Reply
Advertisement
i need to write a program which will announce seesions on a multicast network. the packets i need to send consist of the payload, which is some session description data, which i have no problem with. however this needs a session announcement header, in which i need to be able to manipulate the individual bits in the packet. for example the payload might be v=0\ns=my session\ni=a test session, for which the header might start off with (in bits) 00100000 00000100......
how on earth do i get all this data into the same packet?

Topic: Simple Assingment Help Previous Topic   Next Topic Topic: Assignment Help Please

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use