Re: SharePoint and network issue Hardware and Software Networking by ibthevivin Multicasting wouldn't be the issue after thinking about it. O.o hmmmmmmmmmmmmmmmmm Multicasting only works on same machine (urgent) Programming Software Development by MadSkyrim … ago and haven't changed anything in terms of the multicasting implementation. Here are the relevant pieces of code that I… Need topic regarding "Secure multicasting" Hardware and Software Networking by logicslab Dear pals, I have idea regarding "Multicasting" , but not have a topic "Secure multicasting" . Please provide resource regarding same.. Thanks, Anes Re: Need topic regarding "Secure multicasting" Hardware and Software Networking by L7Sqr By 'Multicasting' are you referring to something like IP Multicast or something simpler such as basic medium broadcast with efficient pruning? What, then, do you want to secure about it? The data, source/destination pairs, the control information, the fact that you are even using multicast? Re: Need topic regarding "Secure multicasting" Hardware and Software Networking by logicslab Dear L7.... I expect secure IP multicasting is enough for me . Pls provide the stuff for same Thanks Anes Class Server query Hardware and Software Microsoft Windows by scoobymad555 … a similar product a while ago which was based on multicasting and somewhat predictably, didn't play nicely with wireless networks… Multicast video from VCR classroom Hardware and Software Networking by axiomx11 … that VNC can handle that. I need some kind of multicasting software, or router, but I am not even sure where… LAN Chat Client (UDP) Programming Software Development by jmatt110 … LAN based chat program going (required to use UDP and multicasting). I've tried both client/server and p2p implementations, yet… windows sockets best practice, advice needed Programming Software Development by emperor43 … : broadcast/multicast (but as i know from my own router multicasting isn't allowed to often, or is it?) through UDP… Client Server Video Conferencing in Java Programming Software Development by tirambad i am developing a BE final year project on Video Conferencing from Java with both unicasting and multicasting. I found there are some protocols such as SIP to implement it. are there any better and efficient way to implement it? Re: creating an instant messenger program in java Programming Software Development by razibcse … for sending info to server... And you can use multicasting to send a message to all clients simultaneously...I implemented… the mechanism, but the problem is multicasting allows only 224.0.0.1 to 239.255.255…t be used? Cannot I use localhost to implement multicasting? What do you guys think? Best of luck Razib Re: Communicating between PCs Programming Software Development by JohnKelly … provide any other clues as to how I can setup multicasting with VB6. Thank you. [quote=Dukane;278534]Look into… multicasting packets on the network. Then write a client that listens … Re: DHCP Crashing...unknown cause Hardware and Software Microsoft Windows by san_fran_crisko … various complex tests going on including multicasting. You request R&D not to put multicasting tests on the .100 range but… Re: What does it take to get a webcam to go faster? Hardware and Software Hardware by chrisbliss18 Is 3mbps your downspeed? If so, what is your upspeed? Furthermore, are you sure that your connection speed is the limiting factor? What about the people that are viewing your cam? What are their connection speeds? Are you multicasting or do you have to run a connection for each viewer? Re: Communicating between PCs Programming Software Development by Dukane Look into multicasting packets on the network. Then write a client that listens for those packets. When it finds one, it reads the data and then displays the information in it. Re: Final year project title Programming Computer Science by Sebouh … with java sound, sampling, analyzing frequencies with fourier transform... plus multicasting and datagram packets. You need to identify a clap, not… Re: Play Video (FLV) in a WebPage Programming Web Development by vjero … server doc, and i am interested in real streaming and multicasting? Does anyone has experience with this? Re: Suggestions for general networking solution on WAN and LAN Programming Software Development by sknake … thought you weren't going to use multicast? Read about multicasting: [url]http://en.wikipedia.org/wiki/IP_multicast[/url] You need… Re: Suggestions for general networking solution on WAN and LAN Programming Software Development by farsen Well that is just as good as multicasting i guess! It seems to fit my needs, so I will go on with it. Thanks alot! Re: Simple socket server in Python Programming Software Development by TrustyTony … data is sent #to everyone (255 is the level of multicasting) sock.setsockopt(socket.IPPROTO_IP, socket.IP_MULTICAST_TTL, 255) while 1: time… Re: Java Bulletin Message System Problem Programming Software Development by ganesanronaldo …") ; break ; case MENU_DEACTIVATE_SERVER : /// do nothing break ; case MENU_MULTI : /// For multicasting try { new Propaganda() ; } catch (IOException k) { System.out.println ("… Re: SharePoint and network issue Hardware and Software Networking by CimmerianX … files linked from a user page? For streaming, Are you multicasting internally. ARe your internal switches set to handle mutlticasting properly… Re: SharePoint and network issue Hardware and Software Networking by ibthevivin We're running off of cloud Sharepoint services hosted by Microsoft. So no split DNS. N/A on the round-robining. Not sure of what kind of server MSFT is using to host our SharePoint sites (probably a cluster). We're looking into the multicasting issue right now. Any other words of wisdom? Re: Need topic regarding "Secure multicasting" Hardware and Software Networking by L7Sqr From a quick search on the topic: [Working group](http://datatracker.ietf.org/wg/msec/charter/) [IETF RFC](http://www.ietf.org/rfc/rfc3547.txt) Re: Need topic regarding "Secure multicasting" Hardware and Software Networking by logicslab Dear L7,, Thanks for your big help .... dear i also found 1 more link [from wikipedia](http://en.wikipedia.org/wiki/Group_Domain_of_Interpretation) Waiting your further enhancement ... Thanks Anes Re: Need topic regarding "Secure multicasting" Hardware and Software Networking by L7Sqr My suggestion would be to read the above material to get familiar with the topic to ensure it is what you want to concentrate on. After that, follow all the references in those documents and start searching academic publications on the topic to understand what the most recent work in the area is. Once you get there, you can start to develop your … Webcam monitoring / multicasting Programming Software Development by Diguelo As part of an internal monitoring system Im in the process of designing in VB2010 Im needing a covert survalance webcam system to montior several webcams attached to dummy pc`s in the office. In short ones that are just left running for employees to use for break times etc and then to provide a network of monitor cams when the factory is closed.… IP Video Multicasting Network Hardware and Software Networking by strRusty_gal Hi Everyone Thanks for viewing this post. In my project, i am required to enable ip multicast video streamiing on my network. i have did ip pim dense-mode on my router's interface for streaming the video to my users. At the router's interface where the users are, i invoke a "ip igmp join-group 239.4.4.4" This is my network … Re: Multicast video from VCR classroom Hardware and Software Networking by jbennet uh at my college we have smartboard, projector and dvd player doing this, there plugged into some kind of dedicated box - has ethernet on one side and scart/vga on the other Re: windows sockets best practice, advice needed Programming Software Development by emperor43 found what i needed :D just 3 hours of searching and 4 hours of reading , pretty fast .. for any other endeavourer [URL="http://www.winsocketdotnetworkprogramming.com/winsock2programming/"]http://www.winsocketdotnetworkprogramming.com/winsock2programming/[/URL]