Giter VIP home page Giter VIP logo

cocoon-p2p's People

Stargazers

dev avatar

Watchers

James Cloos avatar

cocoon-p2p's Issues

How to catch up all the disconnected messages?

What steps will reproduce the problem?
1.Consider 4 people are connected and messages are shared to all.
2.One of them lost the connection and rejoining again.
3.The person who is rejoining would have lost some of the messages during the 
time when he lost the connection.

What is the expected output? What do you see instead?
How retrieve the disconnected messages?

What version of the product are you using? On what operating system?
CocoonP2P-0.8.4.swc

Please provide any additional information below.
I need to retrieve the lost messages also.

Original issue reported on code.google.com by [email protected] on 18 Nov 2014 at 1:20

Add Cirrus support

Add support to use of Adobe's Cirrus service, ideally by just specifiying the 
Cirrus Key as an additional attribute. For now, the URL will just switch 
between rtmfp: (for local use) and the Cirrus URL.

Later versions may also support other RTMFP servers (Flash Media Server), so we 
may need to configure the connection URL as well.

Original issue reported on code.google.com by [email protected] on 13 Apr 2011 at 6:53

Unexpected file format

What steps will reproduce the problem?
1.Opened Flash CS 5
2.Draged CocoonP2P-0.8.4 into it
3.Unexpected file format

What is the expected output? What do you see instead?
Expected to open, now I see a error

What version of the product are you using? On what operating system?
0.8.4, Windows7

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 26 May 2014 at 11:10

Unnecessary serialization of ByteArrays of large files hangs up flash

+What steps will reproduce the problem?
Load large file (100+ MB) and share it as ByteArray

+What is the expected output? What do you see instead?
Expcted output is to be able to share large files without freezing the flash 
application, instead flash application is frozen until serialization is 
finished.

+What version of the product are you using? On what operating system?
CocoonP2P-0.8.1 running on Windows 7 with flash player v 11,0,1,152.

+Please provide any additional information below.
Simplest way to fix this is to add an "if" statement in ObjectManager class 
inside "share" method at line 68, for example:

var data:ByteArray 
if(value is ByteArray)
    data = value;
else
    data = new SerializationUtil().serialize(value);

Original issue reported on code.google.com by [email protected] on 20 Oct 2011 at 11:53

autoconnect property

Need to add an autoconnect property (default to true) for use cases where you 
want to connect manually, for example after setting the client name from user 
input.

Additionally expose a connect and close method for joining/leaving the NetGroup 
instance.

Original issue reported on code.google.com by peter%[email protected] on 12 Apr 2011 at 9:51

Accelerometer not working

What steps will reproduce the problem?

1. just follow the wiki example


What is the expected output? What do you see instead?

Accelerometer working :-)

What version of the product are you using? On what operating system?

Android, Playbook, Mac - swc version 0.8

Please provide any additional information below.

I was able to solve the issue by modifying the library and instantiate the 
Accelerometer when declaring the private variable:

LocalNetworkDiscovery.as

line 64 -> private var _acc:Accelerometer = new Accelerometer();



Original issue reported on code.google.com by [email protected] on 15 Jul 2011 at 2:10

shareWithAll problem woth more than one clients

Cannot share a ByteArray image using myLocalNetworkDiscovery.shareWithAll, it 
only works when there is one client with Capture stage opened, if more than one 
client is expected to capture photo it won't work, nothing happens.

Original issue reported on code.google.com by [email protected] on 25 Oct 2011 at 9:37

bytes must be non-null

Hi there,

when I connect 2+ devices to the network and send over files, the following 
error consistently crops up.

adding this if clause prevents the crash but files are not successfully copied 
over: if(data.dataVector[i])buffer.writeBytes(data.dataVector[i]);

Would appreciate some help.
best wishes,
Andy.


TypeError: Error #2007: Parameter bytes must be non-null.
    at flash.utils::ByteArray/writeBytes()
    at com.projectcocoon.p2p.managers::ObjectManager/reassembleObject()[C:\Users\Andy\Desktop\xperiment\classes\com\projectcocoon\p2p\managers\ObjectManager.as:261]
    at com.projectcocoon.p2p.managers::ObjectManager/handleResult()[C:\Users\Andy\Desktop\xperiment\classes\com\projectcocoon\p2p\managers\ObjectManager.as:242]
    at com.projectcocoon.p2p.managers::ObjectManager/onNetStatus()[C:\Users\Andy\Desktop\xperiment\classes\com\projectcocoon\p2p\managers\ObjectManager.as:402]

Original issue reported on code.google.com by [email protected] on 18 Nov 2013 at 8:34

Missing clone method in ClientEvent

the com.projectcocoon.p2p.events.ClientEvent misses a clone() method, which may 
cause issues when it needs to be cloned for redispatching.

FIX:

add following code to the ClientEvent class:

override public function clone():Event
{
    return new ClientEvent(type, client, group);
}

Original issue reported on code.google.com by [email protected] on 13 May 2011 at 9:13

Event clientAdded has not client.clientName defined

What steps will reproduce the problem?
1. create new LocalNetworkDiscovery in mxml
2. add clientAdded handler
3. check event.client.clientName

What is the expected output? What do you see instead?

expected clientName should be name of currently added name. Output is null.

What version of the product are you using? On what operating system?

I'm testing 0.8.1 version on Win and Mac for Flex Mobile project. It does not 
work in mobile Emulator and does not work on HTC Desire HD. I did not test 
other devices.


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Nov 2011 at 5:55

No scope property in 0.8

What steps will reproduce the problem?
1. Create a Adobe Air project 
2. Use CocoonP2P-0.8.swc
3. Test the messaging example

What is the expected output? What do you see instead?
The expected output is the program running, instead i get an error
in this line 
    if(event.message.scope == "all"){
scope is an undefined property.

Please provide any additional information below.
I check the source code and in the MessageVO the scope property isn't there 
have change or what?? 

Original issue reported on code.google.com by [email protected] on 7 May 2011 at 4:36

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.