Upgrade to Pro — share decks privately, control downloads, hide ads and more …

DaFunk, IOT Framework in Ruby

DaFunk, IOT Framework in Ruby

Thiago Scalone talks about the DaFunk Framework Ecosystem.
A Open IOT Payment Framework that helps the developer design, create, test and delivery beautiful and profitable embedded applications

Scalone

May 11, 2018
Tweet

More Decks by Scalone

Other Decks in Programming

Transcript

  1. Wecolme Message! The activities of a company associated with buying

    and selling a product or service that includes advertising, social media, selling products Marketing is based on thinking about the business in terms of customer needs and their satisfaction marketing differs from selling because in the words of the best university of the world.
  2. Wecolme Message! The activities of a company associated with buying

    and selling a product or service that includes advertising, social media, selling products Marketing is based on thinking about the business in terms of customer needs and their satisfaction marketing differs from selling because in the words of the best university of the world.
  3. Wecolme Message! The activities of a company associated with buying

    and selling a product or service that includes advertising, social media, selling products Marketing is based on thinking about the business in terms of customer needs and their satisfaction marketing differs from selling because in the words of the best university of the world.
  4. Wecolme Message! The activities of a company associated with buying

    and selling a product or service that includes advertising, social media, selling products Marketing is based on thinking about the business in terms of customer needs and their satisfaction marketing differs from selling because in the words of the best university of the world.
  5. lib/device/ !"" application.rb !"" audio.rb !"" crypto.rb !"" display.rb !""

    io.rb !"" magnetic.rb !"" network.rb !"" printer.rb !"" runtime.rb !"" system.rb #"" version.rb
  6. lib/device/ !"" application.rb !"" audio.rb !"" crypto.rb !"" display.rb !""

    io.rb !"" magnetic.rb !"" network.rb !"" printer.rb !"" runtime.rb !"" system.rb #"" version.rb
  7. lib/device/ !"" application.rb !"" audio.rb !"" crypto.rb !"" display.rb !""

    io.rb !"" magnetic.rb !"" network.rb !"" printer.rb !"" runtime.rb !"" system.rb #"" version.rb
  8. lib/device/ !"" application.rb !"" audio.rb !"" crypto.rb !"" display.rb !""

    io.rb !"" magnetic.rb !"" network.rb !"" printer.rb !"" runtime.rb !"" system.rb #"" version.rb class Device class Audio def self.adapter Device.adapter::Audio end def self.beep(tone, seconds) milli = seconds * 1000 adapter.beep(tone, milli) end end end
  9. lib/device/ !"" application.rb !"" audio.rb !"" crypto.rb !"" display.rb !""

    io.rb !"" magnetic.rb !"" network.rb !"" printer.rb !"" runtime.rb !"" system.rb #"" version.rb class Device class Audio def self.adapter Device.adapter::Audio end def self.beep(tone, seconds) milli = seconds * 1000 adapter.beep(tone, milli) end end end
  10. lib/device/ !"" application.rb !"" audio.rb !"" crypto.rb !"" display.rb !""

    io.rb !"" magnetic.rb !"" network.rb !"" printer.rb !"" runtime.rb !"" system.rb #"" version.rb class Device class Audio def self.adapter Device.adapter::Audio end def self.beep(tone, seconds) milli = seconds * 1000 adapter.beep(tone, milli) end end end
  11. Who Github - Hub Heroku - Heroku Toolbelt AWS -

    aws-cli Trello - trelo_cli Slack - slack-cli CW - cloudwalk
  12. :(