Are there examples that do not require a personal Web server?  I don't not a server for my aps.

Then return Cirrus, Stratus, it was not necessary for a personal Web server hosting a CGI script.

I have no need of a server no AS3 because my server is just going to be another peer node on the network

It is a professional way to manage things too:

(1) you have a computer with a static IP address that computers call the master peer (Yes word game).

(2) If you can not afford a computer with a static IP address, you can just create a peer that responds to requests, "are you the server?  Yes, it is easily hackable, but when that you debug, your friends will not be assholes.

What I want when I contact Cirrus is:

(1) a list of IP addresses of connected peers.

And if anyone has the example code:

(2) the ability to send a "Hello World" to all peers.

Is this achievable in Cirrus?  Stratus could do.

the only difference between "Stratus" and "Cirrus (codename)" is the name.

Cirrus never had a 'peer connected list' function, nor has he ever reported numbers of peers connected in ActionScript IP address/port.

the example program VideoPhoneLabs has always required some sort of external registration service to register a peer ID for a name and find the ID of peers for a name.

It is possible to make P2P with Cirrus and no active web server using RTMFP groups (NetGroup, GroupSpecifier and friends). I posted examples of my labs at MAX for years that implement chat and other functions using only of Cirrus. and you can do P2P with groups on a local network with no server at all (not even Cirrus).  See this thread:

http://forums.Adobe.com/thread/766959

links to my MAX 2009 and 2010 laboratory materials. and come to my session at MAX this year where I'll cover "Advanced P2P with RTMFP: tips and tricks".

Tags: Adobe

Similar Questions

  • I tunes do not recognize my iphone 5 C Windows will recognize it, but itunes won't and I can't sync to my phone. Are there suggestions that reset phone, computer or download itunes?

    I tunes do not recognize my iphone 5 C Windows will recognize it, but itunes won't and I can't sync to my phone. Are there suggestions that reset phone, computer or download iTunes?

    See if the AMDS restart help.

    Instructions here > restart the Service Apple Mobile Device (AMDS) on Windows

  • We do not find our user accounts, it is said that they are there, but they do not appear in the folder

    We just got this PC and tried to establish user accounts.  He said that accounts of users (2) are there but they do not appear in the record and 1 single user is available.

    Hello

    Press the Windows key + R, type netplwiz command run, click OK. In the user accounts window, you should be able to see all the user accounts on your system.
    Hope this helps, good luck :)
  • After compacting emails, all my emails from September 2011 until now have disappeared. Are there opportunities that I get back them?

    After compacting emails, all my emails from September 2011 until now have disappeared. Are there opportunities that I get back them? I use Outlook Exprees and he suggested that I should compact messages. I've done it several times before and everything was OK until

    Two reasons the most common for what you describe is disruption of the compacting process, (never touch anything until it's finished), or bloated folders. More about that below.
     
    Why OE insists on compacting folders when I close it? :
    http://www.insideoe.com/FAQs/why.htm#compact
     
    Why mail disappears:
    http://www.insideoe.com/problems/bugs.htm#mailgone
     
    Recovery methods:
     
    If you are running XP/SP3, then you should have a backup of your dbx files in the Recycle Bin (or possibly the message store), copied as bak files.
     
    To restore a folder bak on the message store folder, first find the location of the message store.
     
    Tools | Options | Maintenance | Store folder will reveal the location of your Outlook Express files. Note the location and navigate on it in Explorer Windows or, copy and paste in start | Run.
     
    In Windows XP, the .dbx files are by default marked as hidden. To view these files in the Solution Explorer, you must enable Show hidden files and folders under start | Control Panel | Folder options | View.
     
    Close OE and in Windows Explorer, click on the dbx to the file missing or empty file, then drag it to the desktop. It can be deleted later once you have successfully restored the bak file. Minimize the message store.
     
    Open OE and, if the folder is missing, create a folder with the * exact * same name as the bak file you want to restore but without the .bak. For example: If the file is Saved.bak, the new folder should be named saved. Open the new folder, and then close OE. If the folder is there, but just empty, continue to the next step.
     
    First of all, check if there is a bak file already in the message. If there is, and you have removed the dbx file, go ahead and rename it in dbx.
     
    If it is not already in the message, open the trash and do a right-click on the file bak for the folder in question and click on restore. Open the message store up and replace the .bak by .dbx file extension. Close the message store and open OE. Messages must be in the folder.
     
    If messages are restored successfully, you can go ahead and delete the old dbx file that you moved to the desktop.
     
    If you have not then bak copies of your dbx files in the Recycle Bin:
     
    DBXpress run in extract disc Mode is the best chance to recover messages:
    http://www.oehelp.com/DBXpress/default.aspx
     
    And see:

    http://www.oehelp.com/OETips.aspx#4
     
    A general warning to help avoid this in the future:
     
    Do not archive mail in default OE folders. They finally are damaged. Create your own folders defined by the user for mail storage and move your mail to them. Empty the deleted items folder regularly. Keep user created folders under 300 MB, and also empty as is possible to default folders.
     
    Disable analysis in your e-mail anti-virus program. It is a redundant layer of protection that devours the CPUs, slows down sending and receiving and causes a multitude of problems such as time-outs, account setting changes and has even been responsible for the loss of messages. Your up-to-date A / V program will continue to protect you sufficiently. For more information, see:
    http://www.oehelp.com/OETips.aspx#3 
     
    And backup often.
     
    Outlook Express Quick Backup (OEQB Freeware)
    http://www.oehelp.com/OEBackup/default.aspx  
  • How to make the false colors on gray-scale image? Are there examples of the imaqSetWindowPalette function?

    Hi ~ I'm using LabWindows/CVI & OR vision. I want to apply false colors on my image of gray, but I don't know how to use the imaqSetWindowPalette() function. Are there examples? or a better idea? Thank you very much ~ ~ ~

    It depends on what you're trying to achieve:

    1 imaqSetWindowPalette() change the palette to display only. This affects the display, but still, the underlying image is grayscale.

    a simple use is:

    {

    const int window = 1;

    Image * image;

    / * retrieve and store your image * /.

    ...

    / * change the palette * /.

    imaqSetWindowPalette (window, IMAQ_PALETTE_BINARY, NULL, 0);

    / * display the image * /.

    imaqDisplayImage (image, window, TRUE);

    }

    as specified in the documentation, the third and the fourth parameter of imaqSetWindowPalette() are used only when the pallet type is set to IMAQ_PALETTE_USER, in this case, you specify the colors you want to use for the display.

    {

    / * declare and fill you the palette * /.

    RGBValue palette [256];

    / * fill your palette here * /.

    palette [0]. R = 0;

    palette [0]. G = 0;

    palette [0]. B = 0;

    .alpha palette [0] = 0;

    palette [1]. R = 255;

    palette [1]. G = 0;

    palette [1]. B = 0;

    palette [1] .alpha = 0;

    / * etc * /.

    / * Use the palette * /.

    imaqSetWindowPalette (range of the window, IMAQ_PALETTE_USER, sizeof (palette) / sizeof (* palette));

    }

    fixed palette, you can also set you palette with an initializer:

    RGBValue palette [256] = {{0,0,0,0}, {255,0,0,0}, {0,255,0,0}}; / * you write 256 color values you want your palette consists of * /.

    2. If you want the palette to be final during the recording of the image with the new applied palette, you can specify the palette in the call to imaqWriteFile().

    3. or you can convert your image to RGB (imaqCast()) then... you're on your own: for some unknown reason, the lookup table in a call to imaqCast() converting grayscale 8 bit RGB is not documented as being used. error in documentation? removal of the deliberate feature? Finally, you can test what happens if you specify one.

  • I am a customer of Adobe since 1991 on an old here.  Some time ago I bought Creative suite 4.  I have Adobe Acrobat 4, worm. 9.5.5. are there updates that I can apply?  What is involved in the update if I want to avoid the cloud?  I have a con of satellit

    How to make Acrobat Pro 9.5.5?

    I am a customer of Adobe since 1991 on an old here.  Some time ago I bought Creative suite 4.  I have Adobe Acrobat 4, worm. 9.5.5. are there updates that I can apply?  What is involved in the update if I want to avoid the cloud?  I have a satellite connection that bandwidth usage fees.  I have a 27 "iMac, using 10.10.3.

    Hi Kenneth,

    We're sorry, but you would not be able to update of Creative Suite 4. The reason there is no update available for version 9 of Acrobat. It is quite an old version, then you are unfortunately not eligible for updates or upgrade.

    The best option for you would be to opt for Acrobat DC.

    You may to DC Acrobat subscription or perpetual version. Here is the link to download the same.

    https://helpx.Adobe.com/Acrobat/KB/Acrobat-DC-downloads.html

    https://helpx.Adobe.com/Acrobat/KB/Acrobat-downloads.html

    Alternatively, you can opt for subscription Acrobat DC creative cloud

    https://creative.Adobe.com/products/Acrobat

    Concerning

    Sukrit diallo

  • CS6 Production Premium supports AMD graphics cards? Specifically over-pants M6100. If so, all the features work with the M6100, or are there features that work only with nVidia video cards?

    CS6 Production Premium supports AMD graphics cards? Specifically over-pants M6100. If so, all the features work with the M6100, or are there features that work only with nVidia video cards?

    CS6 does support OpenCL and OpenGL?

    Are all features that CS6 supports for NVidia Cuda available for the M6100 OpenCL?

    Bill supposed to first Pro CC (not CS6) response. Windows of Premiere Pro CS6 version does not support OpenCL for accelerating GPU of MPE. Therefore, there is no "opencl_supported_cards.txt" file in the folder of Premiere Pro, and the code to OpenCL is disabled permanently in all versions of Windows from Premiere Pro CS6. So, for your over-pants M6100 Premiere Pro CS6 will be permanently locked to only software MPE mode. (Acceleration GPU of MSES in the Windows of Premiere Pro CS6 version is limited to the CUDA only, which means that only NVIDIA for GPU - no AMD over-pants or GPU Radeon support CUDA at all.)

  • Are there examples of applications developed oracle MAF the playstore?

    Are there examples of applications developed oracle MAF the playstore?  Can someone tell me the name of any published applications? Thank you

    Yes, there are a lot of apps.

    A few references here:

    Customers of Oracle Mobile Application Framework

  • Are there policies that support all languages?

    Are there policies that support all languages (including the characters Han and Cyrillic) which also includes multiple weight in the family? I know there is a command, but I thought I'd ask. See you soon!

    Han source without. If you need a better version of the Cyrillic Source without Prouses.

  • are there products that allow me to convert a "jpeg: (photoshop, image) or to a file"dst '?"

    are there products that allow me to convert a "jpeg: (photoshop, image) or to a file"dst '?"

    @ !

    Embroidery machine > how to convert a jpg file in dst?

    "Download free SewArt

  • Are there any newspaper in my system or on the server to which data copy from my computer on any external hard drive?

    HII guys,
    Are there any newspaper in my system or on the server that the data that are copy from my computer on any external hard drive?

    No, there isn't, but it might be possible to implement through the audit.

  • Are there special permissions (file access) required for reports write to temporary files?

    Report BUILDER 11.1.0.7 (64-bit)

    Form builder 11.1.2.1.0 (64-bit)

    Windows 7 Pro 64-bit

    Java:

    Java version "1.6.0_45".

    Java (TM) SE Runtime Environment (build 1.6.0_45 - b06)

    Java for 64-bit Server VM (build 20.45 - b01, mixed mode)

    IDAutomation LinearBarcode.jar


    I have a report that prints the data with bar code on the detail rows in a report.  It uses the Java LinearBarcode.jar by Idautomation package for this purpose.  The Java package contains an encoder that returns a bar code in the form of a GIF image to a field on the report.  One of the arguments that it requires is a name of temporary file generated by srw.create_temporary_filename ().  When it works perfectly, and it creates the temporary image file in my folder tree 'House' (C:\Users\ < username > \AppData\Local\Temp) run under the report generator.  When I run this report generator with fast running behind her I can watch the report search, open, read and close this file LinearBarcode.jar several times for successive lines of the report.  Everything seems to be very good in the generator.

    The fun begins when I try to call the same report from a FORM (Form Builder fleeing), where he fails every time, somewhere in the image generation stage.  In my view, that it fails to the creation of the image itself, when he tries to open the file for writing temporary image.  I can find the empty temporary files left after the report runs and fails, but the size of the file is zero byte.  When I run this report of my test form with Microsoft quick run behind it I see the report search, open, read and close this file LinearBarcode.jar for the first line of data in the report, then the report fails.  So, I know that the .jar file and the required REPORTS_CLASSPATH/CLASSPATH entries are synchronized with the location of the .jar file.  The report runs, and he finds the LinearBarcode.jar, it opens, it reads and closes it.  What I do is to not see any activity related to the image itself temporary file.   Thus, failure at least gives the impression of being in the image create step itself, which makes me doubt the safety of Java.  However, there is no message popup on Java security problems.

    I tried implementing Trace for reports, but also, that does not give something of use, except to confirm that the report is certainly a failure in the creation of barcode code somewhere.  This is known from the error message in the log file: fatal error REP-1401 < barcode create procedure name >

    I'm guessing that he might be a missing 'writing' somewhere authorization prevent the creation of the temporary file used to generate the barcode image file. This error only occurs under Java (run from a form). I was not able to find something about it by reading everything I could find on the OracleBarcode.jar demo.  I also not found anything in Google searches that does not count.

    Are special permissions to allow these operations to temporary file as shown above?  If Yes, where and how are they set?  If this isn't the case, else anyone seen this issue before?

    Thanks in advance

    Hank

    Resolved: This issue had nothing to do with the creation of barcodes. It turns out that there is a field in the State who had no defined source. It was not rendered because it was hidden by a format trigger. It seems that this case is handled by the constructor, but blew the engine in the reporting process used when a report is called by the forms. It took a long process of elimination, elimination of triggers, fields, parameters, and even the generation of bar code code until I found it.

    Thank you

    Hank

  • Are there examples of niScope send software trigger edge

    This is the sub VI:

    In my case, PXI-5105 and 6368 are used for the acquisition of synchronization. Post_trig_event and pre_trig_event of data are needed to analyze what analog channel has abnormal evolution. The trig source is not unique, which include several analogue channels. I therefore prefer to use a software to process a lot of data to channel to find the abnormal change and then send a trig signal, which means a trig signal to the PFI or the PXI_Trig. I think that the noScope that send software Trigger Edge works. Can you give me an example of this subroutine VI?

    I've attached an example that uses a software trigger to trigger an acquisition.  The code shows how to use the "niScope Trigger.vi software Send."

    Description of your request, it looks like you want to acquire data continuously and perform a top treatment in LabVIEW to determine when send software trigger.  This can also be done, and I would recommend starting with one of our continuous streaming of examples, like "niScope EX Fetch Forever.vi", which can be found using the example Locator OR under material input and output > Modular Instruments > NOR-SCOPE > Acquisition continues

     


    I hope this helps!

    -Nathan

  • I couldn't see a live free streaming video I wanted to see. However, I can watch streaming videos on Youtube. Are there settings that need to be changed?

    I wanted to see SORTING Studios free live stream Weir video here. He would have not even begun. are there changes to the settings that I need to do?

    Thank you!

    Hi DeBobArmstrong,

    ·         You have hi speed internet connection?

    ·         What web browser do you use?

    Studios of SORT uses a highly scalable streaming TPM which has the ability to broadcast the video broadband HD with fast start-up times video and uninterrupted reading of the HD bitrates. That's why you need internet connection high speed. For more information contact Tri-studios.

    If you are facing this problem with Internet explorer. I suggest you follow the troubleshooting steps are this article and check if it helps.

    The video problems when you use Internet Explorer

    http://support.Microsoft.com/kb/2532294

    Also refer to this link: http://windows.microsoft.com/en-IN/internet-explorer/videos-don ' t work #ie = ie-10-win-7

    Hope it helps, if the problem persists, please get back to us, we will be happy to help you.

  • Are there opportunities that Windows updates are causing a loop of auto repair?

    Hi, just recently when I installed the new windows updates my laptop immediately is stuck in the 'auto repair loop' on reboot. I used the system restore and everything went back to normal. However, once again, I got these new updates of windows and don't think not much on this subject, I installed them again. As a result, my next reboot done with my laptop stuck in the loop of auto repair. Panicking, I ended up resetting my laptop and lost all my files.

    Now I'm wondering back here what to do with the 104 new "recommended" updates from windows (value of 995 mb).

    PS: I have no need for any advice on how to struggling auto repair loop, just to know if there is something wrong with the new windows updates, and no, I did not install the updates of windows 'optional '.

    Thank you

    It seems that updates (not upgrade) in the August issue are at the origin of the problems, but it is not perform all devices, link below is one of the many comments about it;

    http://windowsitpro.com/Windows-7/community-supplied-fix-August-blue-screens

    I understand that you aren't looking for advice on a fix, but it may be useful.

Maybe you are looking for

  • Tecra 8200: flicker of brightness of the screen on the use of the battery

    I have a Tecra 8200 running Windows 2000 Pro. The problem is with the brightness of the screen flashes intermittently, all a few minutes when it's on battery. The Toshiba power saver utility seems to work OK. his answer seems to depend on remaining b

  • ID of Partition wrong

    I copied all of the hard drive with Windows XP on it to the partition on the new hard drive. I used the CD Paragon Partition Wizard to do. I unplugged the old hard drive to the system and the computer booted. It went well and I use it now. My compute

  • suggest correct PDF taget IDs to call the pdf file!

    Hello I want to open the pdf file that is stored in my assets folder. I implemnted the with th http://developer.blackberry.com/native/documentation/cascades/device_platform/invocation/adobereader... refernce this link.but when I run the application i

  • Persistent to Simple string storage

    I'm looking for a way to store persistanty a series of chains. For example, suppose I have a list of names -Anna -Bob -Cathy -David -Erin -Fred -George If I click on one of their names, I would like to store them in a section of "Favorites". So if I

  • Cannot install updates on Windows 8. Error code 8000FFFF.

    I would be extremely grateful if someone could help me with my problem, as I am about to throw my laptop out the window. I've always had difficulties installing updates for my windows laptop 8 (came pre installed with windows 8) current updates that