[Ryu-devel] business
Dear sirs, Selling abroad is not easy, especially selling through others (channels). And selling in your market those products and services that really sell... is not easy either. Still, you can increase your sales in international and domestic markets. We have solved these challenges, including teaching salespersons on how to sell more and better the products and/or services they are selling (with an innovative, in-house developed training tool). The main advantage of the method we have developed, is that its effectiveness does not depend on the kind of the product or service that is being marketed, nor it depends on the markets where they are sold... it depends on the method itself. Therefore, satisfactory sales results are achieved on a consistent basis. To learn more about our field-proven sales method you can visit our website. If you are interested in expanding sales in international markets or in your own territory, let us know. Regards, Sergio Marcosky Global sales Skype marketargeting Web (Spanish) marketargeting.es Web (English) marketargeting.com LinkedIN Sergio Marcosky LEGAL DISCLAIMER This email is solely intended to the above mentioned email recipient(s) and it may include confidential information. If you think you are not the intended email recipient of this email, please delete it and the attached information it might include. We hereby inform you that the email addresses(es) of the recipient(s) of this email were obtained from websites that are publicly available in the Internet or that were otherwise facilitated by the recipient(s) and/or associated persons, and that the sole purpose of this email is to inform you about consultancy services and/or to exchange business information with commercial purposes only, and NOT with the intention of sending spam. It might also be that we had already contacted you, as your email address(es) may appear in more than a publicly available website. In any case, if you do not want to receive more information on such consultancy services or more emails from us, please notify us by sending us an email to i...@marketargeting.com <mailto:i...@marketargeting.com> . Thank you. Please consider the environment before printing this email. AVISO LEGAL Este email está dirigido solamente al o a los destinatario/s que figura/n en la dirección arriba indicada, y puede contener información confidencial. Si usted/es considera/n que no es/son el/los destinatario/s de este email, por favor elimine/n este email junto con los documentos que el mismo pudiera incluir. Le/s informamos que los datos de contacto utilizados para enviar este email han sido obtenidos de páginas web públicamente disponibles en Internet o bien han sido facilitados por el/los destinatario/s y/o personas vinculadas al o a los destinatario/s, y que este email tiene como única finalidad la de informarle/s sobre servicios de consultoría o para intercambiar información con propósitos comerciales exclusivamente, y que NO tenemos intención de enviar spam. Es posible que ya hubiéramos contactado anteriormente con usted/es, ya que vuestra/s dirección/direcciones de email podría/n estar incluida/s en más de una página web públicamente disponible. En todo caso, si usted/es no desea/n recibir más información sobre tales servicios o más emails de nosotros, rogamos nos lo haga/n saber enviándonos un email a i...@marketargeting.com <mailto:i...@marketargeting.com> . Muchas gracias. Por favor considere el medio ambiente antes de imprimir este email. <>-- ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel
Re: [Ryu-devel] List to .csv in "port stats"
Dear friend, Please, I would like to know if there is a possibility that the "port stats" files could be modified from list to default ".csv". This my suggestion is due to the fact that the standard "Comma-Separated Values" are files are widely used with numpy, pandas, database and others. For scientific analysis, statistical surveys with prediction and artificial intelligence. I think if Ryu would have a lot more to offer if the collected files had the format ".csv" than a list. I thank you. 2017-06-25 9:03 GMT-03:00 Sergio Silva : > Dear friend, > Please, I would like to know if there is a possibility that the "port > stats" files could be modified from list to default ".csv". This my > suggestion is due to the fact that the standard "Comma-Separated Values" > are files are widely used with numpy, pandas, database and others. For > scientific analysis, statistical surveys with prediction and artificial > intelligence. I think if Ryu would have a lot more to offer if the > collected files had the format ".csv" than a list. I thank you. > -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel
[Ryu-devel] List to .csv in "port stats"
Dear friend, Please, I would like to know if there is a possibility that the "port stats" files could be modified from list to default ".csv". This my suggestion is due to the fact that the standard "Comma-Separated Values" are files are widely used with numpy, pandas, database and others. For scientific analysis, statistical surveys with prediction and artificial intelligence. I think if Ryu would have a lot more to offer if the collected files had the format ".csv" than a list. I thank you. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel
[Ryu-devel] List of actions for REST API (OF 1.0)
Hi, I am trying out Ryu's REST API following the online documentation found at http://ryu-zhdoc.readthedocs.org/en/latest/app/ofctl_rest.html Even though the type of actions and match fields is properly described, I didn't find the format for actions like "Send to Controller", "Flood", "Local", "Ingress-Port" that is present in other controllers. Is there any place where I could find this information? Thanks Sergio -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel
Re: [Ryu-devel] List of actions for REST API (OF 1.0)
It does. Thank you for your reply. I will do it that way. However, I think that hard-coding the port value is a bit odd, wouldn't it be better something like the following instead? $ curl -X POST -d '{ "dpid": 1, "match":{ "in_port": 1 }, "actions":[ { "port": "CONTROLLER", "type": "OUTPUT" } ] }' http://localhost:8080/stats/flowentry/add It is just a suggestion for future :) Sergio On Tue, Dec 8, 2015 at 12:26 AM, Yusuke Iwase wrote: > Hi Sergio, > > > On 2015年12月08日 12:11, Sergio Andrés Rivera Polanco wrote: > > Hi, I am trying out Ryu's REST API following the online documentation > found at http://ryu-zhdoc.readthedocs.org/en/latest/app/ofctl_rest.html > > > > Even though the type of actions and match fields is properly described, > I didn't find the format for actions like "Send to Controller", "Flood", > "Local", "Ingress-Port" that is present in other controllers. Is there any > place where I could find this information? > > I think "Send to Controller", "Flood", "Local" and "Ingress-Port" means > the reserved values of "Reserved Ports" in OpenFlow Spec, right? > > /* Port numbering. Physical ports are numbered starting from 1. */ > enum ofp_port { > /* Maximum number of physical switch ports. */ > OFPP_MAX = 0xff00, > /* Fake output "ports". */ > OFPP_IN_PORT = 0xfff8, /* Send the packet out the input port. This > virtual port must be explicitly used > in order to send back out of the input > port. */ > OFPP_TABLE = 0xfff9, /* Perform actions in flow table. > NB: This can only be the destination > port for packet-out messages. */ > OFPP_NORMAL = 0xfffa, /* Process with normal L2/L3 switching. */ > OFPP_FLOOD = 0xfffb, /* All physical ports except input port and > those disabled by STP. */ > OFPP_ALL = 0xfffc, /* All physical ports except input port. */ > OFPP_CONTROLLER = 0xfffd, /* Send to controller. */ > OFPP_LOCAL = 0xfffe, /* Local openflow "port". */ > OFPP_NONE = 0x /* Not associated with a physical port. */ > }; > > You can use these values in ofctl_rest.py as followings. > > $ curl -X POST -d '{ > "dpid": 1, > "match":{ > "in_port": 1 > }, > "actions":[ > { > "port": 0xfffd, # Send to controller. > "type": "OUTPUT" > } > ] > }' http://localhost:8080/stats/flowentry/add > > > Thanks, > Iwase > > > > > > > Thanks > > > > Sergio > > > > > > > -- > > Go from Idea to Many App Stores Faster with Intel(R) XDK > > Give your users amazing mobile app experiences with Intel(R) XDK. > > Use one codebase in this all-in-one HTML5 development environment. > > Design, debug & build mobile apps & 2D/3D high-impact games for multiple > OSs. > > http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 > > > > > > > > ___ > > Ryu-devel mailing list > > Ryu-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/ryu-devel > > > -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel
[Ryu-devel] Real dpids from REST API?
Hi, I want to fetch the real datapath ids of the switches instead of the "easy-to-read" ones displayed by the rest API. Something like: curl -X GET http://localhost:8080/stats/switches [00:00:00:00:00:00:00:01, 00:00:00:00:00:00:00:02, ... ] instead of retrieving just "1", "2", etc. I would like to use these dpids for calls to the other APIs as well. Is it possible to achieve that? Sergio. -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel
Re: [Ryu-devel] Real dpids from REST API?
That works fine with mininet dpids ... What would happen with arbritary datapaths like say ab:cd:11:22:33:41:52:68. Will they receive a random number??? On Tue, Dec 15, 2015 at 9:52 PM, Yusuke Iwase wrote: > Hi, > > Currently, ofctl_rest.py does not provide the way to display the datapath > IDs like 00:00:00:00:00:00:00:01. > > But you can calculate it easily as followings. > > e.g.) > >>> import re > >>> dpid = 1 > >>> ":".join(re.findall(r'..?', '%016x' % dpid)) > '00:00:00:00:00:00:00:01' > > Thanks, > Iwase > > On 2015年12月09日 04:59, Sergio Andrés Rivera Polanco wrote: > > Hi, I want to fetch the real datapath ids of the switches instead of the > "easy-to-read" ones displayed by the rest API. > > > > Something like: > > > > curl -X GET http://localhost:8080/stats/switches > > > > [00:00:00:00:00:00:00:01, 00:00:00:00:00:00:00:02, ... ] > > > > instead of retrieving just "1", "2", etc. I would like to use these > dpids for calls to the other APIs as well. Is it possible to achieve that? > > > > Sergio. > > > > > > > -- > > Go from Idea to Many App Stores Faster with Intel(R) XDK > > Give your users amazing mobile app experiences with Intel(R) XDK. > > Use one codebase in this all-in-one HTML5 development environment. > > Design, debug & build mobile apps & 2D/3D high-impact games for multiple > OSs. > > http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 > > > > > > > > ___ > > Ryu-devel mailing list > > Ryu-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/ryu-devel > > > -- ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel
[Ryu-devel] How to get list of switches (and their ports)
Hi, I cannot find how can I get the list of datapaths connected to the controller and their ports. http://ryu-zhdoc.readthedocs.org/en/latest/api_ref.html Shows on the bottom the class DPSet however I have no success using it. For example if I write: self.logger.info("ALL: %s " % (DPSet().get_all()) I get an empty list. If on the other hand I use: self.logger.info("ALL: %s " % (DPSet.get_all()) I get TypeError: unbound method get_all() must be called with DPSet instance as first argument. Kindly appreciate your help Sergio -- Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel